diff --git a/manifests/compute.pp b/manifests/compute.pp index b4a2d1b4e..95072b489 100644 --- a/manifests/compute.pp +++ b/manifests/compute.pp @@ -337,8 +337,8 @@ class nova::compute ( } nova_config { - 'compute/cpu_shared_set': value => join(any2array($cpu_shared_set), ','); - 'compute/cpu_dedicated_set': value => join(any2array($cpu_dedicated_set), ','); + 'compute/cpu_shared_set': value => join(any2array($cpu_shared_set), ','); + 'compute/cpu_dedicated_set': value => join(any2array($cpu_dedicated_set), ','); } if !empty($neutron_physnets_numa_nodes_mapping) { diff --git a/manifests/init.pp b/manifests/init.pp index 38c35346b..d6d52191f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -578,9 +578,9 @@ class nova( } nova_config { - 'vif_plug_ovs/ovsdb_connection': value => $ovsdb_connection; - 'notifications/notification_format': value => $notification_format; - 'notifications/notify_on_state_change': value => $notify_on_state_change; + 'vif_plug_ovs/ovsdb_connection': value => $ovsdb_connection; + 'notifications/notification_format': value => $notification_format; + 'notifications/notify_on_state_change': value => $notify_on_state_change; # Following may need to be broken out to different nova services 'DEFAULT/state_path': value => $state_path; 'DEFAULT/service_down_time': value => $service_down_time; diff --git a/manifests/keystone/authtoken.pp b/manifests/keystone/authtoken.pp index 797ca5912..5eb9fd528 100644 --- a/manifests/keystone/authtoken.pp +++ b/manifests/keystone/authtoken.pp @@ -239,7 +239,7 @@ class nova::keystone::authtoken( keystone::resource::authtoken { 'nova_config': - * => $params; + * => $params; default: username => $username, password => $password, diff --git a/manifests/metadata.pp b/manifests/metadata.pp index e997741b2..f1e45dc30 100644 --- a/manifests/metadata.pp +++ b/manifests/metadata.pp @@ -51,7 +51,7 @@ class nova::metadata( } } else { nova_config { - 'neutron/service_metadata_proxy': value => false; + 'neutron/service_metadata_proxy': value => false; 'neutron/metadata_proxy_shared_secret': ensure => absent; } }