Use juju/stable repository instead of devel
[osm/devops.git] / jenkins / VCA / start_build
index 59dce35..186843f 100755 (executable)
@@ -48,10 +48,10 @@ EOF
 systemctl enable lxd-bridge
 systemctl start lxd-bridge
 lxc image copy ubuntu:16.04 local: --alias ubuntu-xenial
-add-apt-repository ppa:juju/devel
+add-apt-repository -y ppa:juju/stable
 apt update
 apt install -y juju
-juju bootstrap juju localhost
+juju bootstrap localhost osm
 
 RC=0