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_name platform_options["quantum_openvswitch_service"]
|
||||
supports :status => true, :restart => true
|
||||
action :enable
|
||||
supports :status => true, :restart => true, :start => true
|
||||
action :start
|
||||
end
|
||||
|
||||
|
||||
|
@ -2,7 +2,6 @@ name "os-compute-worker"
|
||||
description "The compute node, most likely with a hypervisor."
|
||||
run_list(
|
||||
"role[os-base]",
|
||||
"recipe[openstack-compute::compute]",
|
||||
"recipe[net]"
|
||||
"recipe[openstack-compute::compute]"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user