fix a mispellde varaible

This commit is contained in:
Joseph W. Breu 2012-06-25 17:03:35 -05:00
parent dda76471e7
commit 8777521d82
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ monitoring_procmon "nova-compute" do
process_name "nova-compute"
start_cmd "/usr/sbin/service #{service_name} start"
stop_cmd "/usr/sbin/service #{service_naem} stop"
stop_cmd "/usr/sbin/service #{service_name} stop"
end
include_recipe "nova::libvirt"

View File

@ -33,8 +33,8 @@ end
# service_name=platform_options["nova_volume_service"]
# process_name "nova-volume"
# start_cmd "/usr/sbin/service #{service_naem} start"
# stop_cmd "/usr/sbin/service #{service_naem} stop"
# start_cmd "/usr/sbin/service #{service_name} start"
# stop_cmd "/usr/sbin/service #{service_name} stop"
# end