summaryrefslogtreecommitdiff
path: root/openstack/usr/share
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-02 09:11:06 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2015-04-10 20:17:46 +0100
commit3752f83d5bcace4028aaf718ffd762755ffeac3f (patch)
tree4015a8af07fc5b01bf5575c239427e7649c1ce7b /openstack/usr/share
parent2114780ff5b4d6de2dc74e9fa1dc34baa74270c5 (diff)
downloaddefinitions-3752f83d5bcace4028aaf718ffd762755ffeac3f.tar.gz
openvswitch: Change scripts to meet change in ovs instalation
Diffstat (limited to 'openstack/usr/share')
-rw-r--r--openstack/usr/share/openstack/openvswitch.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstack/usr/share/openstack/openvswitch.yml b/openstack/usr/share/openstack/openvswitch.yml
index dd6eeac0..731d32c4 100644
--- a/openstack/usr/share/openstack/openvswitch.yml
+++ b/openstack/usr/share/openstack/openvswitch.yml
@@ -6,12 +6,12 @@
- name: Create openvswitch directories
file: path={{ item }} state=directory
with_items:
- - /usr/local/etc/openvswitch
- - /usr/local/var/run/openvswitch
+ - /etc/openvswitch
+ - /var/run/openvswitch
- shell: >
- ovsdb-tool create /usr/local/etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
- creates=/usr/local/etc/openvswitch/conf.db
+ ovsdb-tool create /etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema
+ creates=/etc/openvswitch/conf.db
# We enable the openvswitch-db-server in a different task to identify
# the first time we run this script by identifying when we enable the