diff --git a/roles/cloud_compute/tasks/main.yml b/roles/cloud_compute/tasks/main.yml index 74fd41a2b0..d593dea99a 100644 --- a/roles/cloud_compute/tasks/main.yml +++ b/roles/cloud_compute/tasks/main.yml @@ -116,4 +116,5 @@ - file: src=/etc/neutron/plugins/ml2/ml2_conf.ini dest=/etc/neutron/plugin.ini state=link -- service: name=neutron-openvswitch-agent state=started enabled=yes +- service: name=neutron-openvswitch-agent state=restarted enabled=yes +- service: name=openstack-nova-compute state=restarted enabled=yes