Fix bug in variable naming

This commit fixes a bug in the naming of a variable.

was

  enable_network-service

has been update to

  enable_network_service
This commit is contained in:
Dan Bode
2012-08-19 00:29:37 -07:00
parent 9644278f54
commit 90a7a67bec

View File

@@ -123,7 +123,7 @@ class openstack::nova::compute (
admin_password => $nova_user_password,
}
} else {
$enable_network-service = false
$enable_network_service = false
nova_config {
'multi_host': value => 'False';
'send_arp_for_ha': value => 'False';