From 7cb7f91cfdb3b7cb1a9f78aef9443941cb6e3bf8 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 17 Mar 2015 18:42:37 +0000 Subject: neutron: configure network with ovs in Ansible --- openstack/usr/share/openstack/openvswitch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/usr/share/openstack/openvswitch.yml') 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 -- cgit v1.2.1