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
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 15:47:47 +0000
commit5842e2bb759b87c0a12b9c0c3c6b66540829321d (patch)
treec981ca5a03a928e2b2a6442f8d74c141231391c7 /openstack/usr/share
parenta79a2caaffb2ba2706066344550b134746398c01 (diff)
downloaddefinitions-5842e2bb759b87c0a12b9c0c3c6b66540829321d.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