aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/network.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/network.sh')
-rwxr-xr-xdeploy/network.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/network.sh b/deploy/network.sh
index 9f1a7b90..e76fd926 100755
--- a/deploy/network.sh
+++ b/deploy/network.sh
@@ -57,6 +57,8 @@ function setup_bridge_external()
sudo virsh net-define $WORK_DIR/network/external.xml
sudo virsh net-start external
+
+ sudo python $COMPASS_DIR/deploy/setup_vnic.py
}
function setup_nat_net() {