Fix remaining lint error
It was overlooked by f2119ee6e8
.
Change-Id: I1b2b9c8bb22e92e8b282bc96f807357bd10d147a
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -38,15 +38,14 @@
|
||||
#
|
||||
class nova::db::mysql (
|
||||
String[1] $password,
|
||||
$dbname = 'nova',
|
||||
$user = 'nova',
|
||||
$host = '127.0.0.1',
|
||||
$charset = 'utf8',
|
||||
$collate = 'utf8_general_ci',
|
||||
$allowed_hosts = undef,
|
||||
Boolean $setup_cell0 = true,
|
||||
$dbname = 'nova',
|
||||
$user = 'nova',
|
||||
$host = '127.0.0.1',
|
||||
$charset = 'utf8',
|
||||
$collate = 'utf8_general_ci',
|
||||
$allowed_hosts = undef,
|
||||
Boolean $setup_cell0 = true,
|
||||
) {
|
||||
|
||||
include nova::deps
|
||||
|
||||
openstacklib::db::mysql { 'nova':
|
||||
|
Reference in New Issue
Block a user