remove trailing comma
to fix 2.6.x support
This commit is contained in:
@@ -57,7 +57,7 @@ class openstack::nova::controller (
|
||||
# General
|
||||
$keystone_host = '127.0.0.1',
|
||||
$verbose = 'False',
|
||||
$enabled = true,
|
||||
$enabled = true
|
||||
) {
|
||||
|
||||
# Configure the db string
|
||||
|
Reference in New Issue
Block a user