summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/openvswitch.yml
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/openvswitch.yml')
-rw-r--r--openstack/usr/share/openstack/openvswitch.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/openvswitch.yml b/openstack/usr/share/openstack/openvswitch.yml
index 80c7f9f8..4407005c 100644
--- a/openstack/usr/share/openstack/openvswitch.yml
+++ b/openstack/usr/share/openstack/openvswitch.yml
@@ -34,4 +34,7 @@
when: openvswitch-db-enable.changed
- name: Enable and start openstack-keystone service
- service: name=openvswitch.service enabled=yes state=started
+ service: name={{ item }} enabled=yes state=started
+ with_items:
+ - openvswitch.service
+ - openstack-neutron-setup.service