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
This commit is contained in:
Tom Howley 2014-07-01 14:00:52 +00:00
parent e1f420028c
commit 41ac77538b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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