summaryrefslogtreecommitdiff
path: root/openvswitch.configure
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-07 13:53:25 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2015-04-10 20:17:47 +0100
commit810f0bae2276500809ca9384a45df39f7ec72b32 (patch)
tree7eee75c65eaaef238e07db170522db662f666566 /openvswitch.configure
parente5912f9066c634b1afec5aa51bee5897a3cf9d8c (diff)
downloaddefinitions-810f0bae2276500809ca9384a45df39f7ec72b32.tar.gz
Unify openstack-network setup and openvswitch configure extensions.
If a system needs network configuration, it will also need openvswitch configured.
Diffstat (limited to 'openvswitch.configure')
-rw-r--r--openvswitch.configure23
1 files changed, 0 insertions, 23 deletions
diff --git a/openvswitch.configure b/openvswitch.configure
deleted file mode 100644
index 7e64de69..00000000
--- a/openvswitch.configure
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2015 Codethink Limited
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-set -e
-
-ROOT="$1"
-
-ln -sf "/usr/lib/systemd/system/openvswitch-setup.service" \
- "$ROOT/etc/systemd/system/multi-user.target.wants/openvswitch-setup.service"