VCA start_build modified to take into account changes in juju client. OSM installer...
[osm/devops.git] / jenkins / VCA / start_build
index 5830d0e..1724d8e 100755 (executable)
@@ -51,7 +51,7 @@ lxc image copy ubuntu:16.04 local: --alias ubuntu-xenial
 add-apt-repository -y ppa:juju/devel
 apt update
 apt install -y juju
-juju bootstrap juju localhost
+juju bootstrap localhost osm
 
 RC=0