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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/openvswitch.yml b/openstack/usr/share/openstack/openvswitch.yml
index 4407005c..df5c2936 100644
--- a/openstack/usr/share/openstack/openvswitch.yml
+++ b/openstack/usr/share/openstack/openvswitch.yml
@@ -31,7 +31,7 @@
- name: initialise openvswitch-db
shell: ovs-vsctl --no-wait init
- when: openvswitch-db-enable.changed
+ when: openvswitch-db-enable|changed
- name: Enable and start openstack-keystone service
service: name={{ item }} enabled=yes state=started