Adding blank /etc/nova/nova-compute.conf

This commit is contained in:
galstrom21 2012-06-18 13:46:00 -05:00
parent d3a1450b3f
commit dd97b95b1d
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# This file autogenerated by Chef
# Do not edit, changes will be overwritten
#
# P.S. Ubuntu YOUR DOING IT WRONG!!
#

View File

@ -39,6 +39,12 @@ nova_compute_packages.each do |pkg|
end
end
cookbook_file "/etc/nova/nova-compute.conf" do
source "nova-compute.conf"
mode "0600"
action :create
end
service "nova-compute" do
service_name platform_options["nova_compute_service"]
supports :status => true, :restart => true