force to restart services on compute nodes
after controller reprovision
This commit is contained in:
parent
35ce93a3ee
commit
48336fe4a1
1 changed files with 4 additions and 4 deletions
|
@ -304,8 +304,8 @@
|
|||
|
||||
# This needs to be run after controller reprovision
|
||||
#FIXME
|
||||
#- name: "restart neutron-openvswitch-agent"
|
||||
# service: name=neutron-openvswitch-agent state=restarted
|
||||
#- name: "restart openstack-nova-compute"
|
||||
# service: name=openstack-nova-compute state=restarted
|
||||
- name: "restart neutron-openvswitch-agent"
|
||||
service: name=neutron-openvswitch-agent state=restarted
|
||||
- name: "restart openstack-nova-compute"
|
||||
service: name=openstack-nova-compute state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue