add ovs service start
Change-Id: I0d08eaf4faa1adcc698e2f25909750eddeab4df1
This commit is contained in:
parent
9ca03fcd19
commit
00d50b0ee9
@ -84,8 +84,8 @@ end
|
|||||||
|
|
||||||
service "quantum-openvswitch-switch" do
|
service "quantum-openvswitch-switch" do
|
||||||
service_name platform_options["quantum_openvswitch_service"]
|
service_name platform_options["quantum_openvswitch_service"]
|
||||||
supports :status => true, :restart => true
|
supports :status => true, :restart => true, :start => true
|
||||||
action :enable
|
action :start
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@ name "os-compute-worker"
|
|||||||
description "The compute node, most likely with a hypervisor."
|
description "The compute node, most likely with a hypervisor."
|
||||||
run_list(
|
run_list(
|
||||||
"role[os-base]",
|
"role[os-base]",
|
||||||
"recipe[openstack-compute::compute]",
|
"recipe[openstack-compute::compute]"
|
||||||
"recipe[net]"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user