restart compute nodes after controller reprovision

This commit is contained in:
Miroslav Suchý 2015-03-12 10:01:40 +00:00
parent 60f48b09ae
commit ae350033ad
2 changed files with 8 additions and 1 deletions

View file

@ -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