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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/usr/share/openstack/openvswitch.yml b/openstack/usr/share/openstack/openvswitch.yml
index df5c2936..dd6eeac0 100644
--- a/openstack/usr/share/openstack/openvswitch.yml
+++ b/openstack/usr/share/openstack/openvswitch.yml
@@ -22,7 +22,7 @@
service: name={{ item }} enabled=yes
with_items:
- openvswitch-db-server.service
- register: openvswitch-db-enable
+ register: openvswitch_db_enable
- name: Start openvswitch database service
service: name={{ item }} state=started
@@ -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