restart compute nodes after controller reprovision
This commit is contained in:
parent
60f48b09ae
commit
ae350033ad
2 changed files with 8 additions and 1 deletions
|
@ -266,3 +266,10 @@
|
|||
- file: src=/etc/neutron/plugins/ml2/ml2_conf.ini dest=/etc/neutron/plugin.ini state=link
|
||||
notify:
|
||||
- restart openstack-nova-compute
|
||||
|
||||
- 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