Adding blank /etc/nova/nova-compute.conf
This commit is contained in:
parent
d3a1450b3f
commit
dd97b95b1d
5
files/default/nova-compute.conf
Normal file
5
files/default/nova-compute.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# This file autogenerated by Chef
|
||||
# Do not edit, changes will be overwritten
|
||||
#
|
||||
# P.S. Ubuntu YOUR DOING IT WRONG!!
|
||||
#
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user