Merge "Move python-netaddr install to network-utils"
This commit is contained in:
commit
05d9189a30
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user