From 90a7a67becd4a03da45a643e7f7fb45984968a8b Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 19 Aug 2012 00:29:37 -0700 Subject: [PATCH] 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 --- manifests/nova/compute.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nova/compute.pp b/manifests/nova/compute.pp index 5253272..a72588d 100644 --- a/manifests/nova/compute.pp +++ b/manifests/nova/compute.pp @@ -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';