X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Ffull_install_osm.sh;h=eaf79d7c0f51342b0c61baa289d7c4522e2cccdc;hb=refs%2Fchanges%2F83%2F8983%2F1;hp=f44664ad34d314a09a67f157c08019aa6875b7a7;hpb=7d8f12e33655480c7bf6cd05871d65f1d4509bb0;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index f44664ad..eaf79d7c 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -395,7 +395,7 @@ function juju_createcontroller() { if ! juju show-controller $OSM_STACK_NAME &> /dev/null; then # Not found created, create the controller sudo usermod -a -G lxd ${USER} - sg lxd -c "juju bootstrap $OSM_VCA_CLOUDNAME $OSM_STACK_NAME" + sg lxd -c "juju bootstrap --bootstrap-series=xenial $OSM_VCA_CLOUDNAME $OSM_STACK_NAME" fi [ $(juju controllers | awk "/^${OSM_STACK_NAME}[\*| ]/{print $1}"|wc -l) -eq 1 ] || FATAL "Juju installation failed" }