From 41ac77538b294b1f4ecbc7fd32c06f8a51e59b05 Mon Sep 17 00:00:00 2001 From: Tom Howley Date: Tue, 1 Jul 2014 14:00:52 +0000 Subject: [PATCH] Move python-netaddr install to network-utils Move pythonn-netaddr installation to the network-utils element where it is used, so that the network-utils element can be used independently of the boot-stack element. Change-Id: I67540ef0bfe2b4fb5a382dce8bae22c570cb1a38 --- elements/boot-stack/install.d/01-boot-stack | 2 +- elements/network-utils/install.d/70-network-utils | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elements/boot-stack/install.d/01-boot-stack b/elements/boot-stack/install.d/01-boot-stack index 94a9c5bb0..dc5ea63a4 100755 --- a/elements/boot-stack/install.d/01-boot-stack +++ b/elements/boot-stack/install.d/01-boot-stack @@ -1,7 +1,7 @@ #!/bin/bash set -eux -install-packages git build-essential python-dev libssl-dev python-netaddr +install-packages git build-essential python-dev libssl-dev install -m 0755 -o root -g root -d /opt/stack/boot-stack diff --git a/elements/network-utils/install.d/70-network-utils b/elements/network-utils/install.d/70-network-utils index 6ae513483..06805004f 100755 --- a/elements/network-utils/install.d/70-network-utils +++ b/elements/network-utils/install.d/70-network-utils @@ -1,7 +1,7 @@ #!/bin/bash set -eux -install-packages openvswitch-switch +install-packages openvswitch-switch python-netaddr if [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then systemctl enable openvswitch.service