Merge "Move python-netaddr install to network-utils"

This commit is contained in:
Jenkins 2014-07-16 14:39:16 +00:00 committed by Gerrit Code Review
commit 05d9189a30
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -eux 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 install -m 0755 -o root -g root -d /opt/stack/boot-stack

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -eux set -eux
install-packages openvswitch-switch install-packages openvswitch-switch python-netaddr
if [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then if [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then
systemctl enable openvswitch.service systemctl enable openvswitch.service