summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openvswitch-initialize-db.service
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-27 15:22:25 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 15:46:38 +0000
commita79a2caaffb2ba2706066344550b134746398c01 (patch)
treed870a2dbbfb3d2acd9dba40fcdcc9eb63feda6c4 /openstack/usr/lib/systemd/system/openvswitch-initialize-db.service
parent29e942aa0edb193fdabde9250b632a16ea238647 (diff)
downloaddefinitions-a79a2caaffb2ba2706066344550b134746398c01.tar.gz
openvswitch: Move setup scripts to Ansible.
Also change systemd units and configure extension to match this change
Diffstat (limited to 'openstack/usr/lib/systemd/system/openvswitch-initialize-db.service')
-rw-r--r--openstack/usr/lib/systemd/system/openvswitch-initialize-db.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/openstack/usr/lib/systemd/system/openvswitch-initialize-db.service b/openstack/usr/lib/systemd/system/openvswitch-initialize-db.service
deleted file mode 100644
index 3c564c5a..00000000
--- a/openstack/usr/lib/systemd/system/openvswitch-initialize-db.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Run openvswitch-initialize-db (once)
-After=local-fs.target openvswitch-db-server.service
-
-ConditionPathExists=!/usr/local/var/run/openvswitch/openvswitch-initialize-db-flag
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/ovs-vsctl --no-wait init
-ExecStart=/bin/touch /usr/local/var/run/openvswitch/openvswitch-initialize-db-flag