From: garciadeblas Date: Fri, 4 May 2018 09:03:31 +0000 (+0200) Subject: install_osm.sh: juju bootstrap run as member of lxd group X-Git-Tag: v3.1.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F6070%2F2;p=osm%2Fdevops.git install_osm.sh: juju bootstrap run as member of lxd group Change-Id: Id43d7f025c946ddefd60c46a1abef6ba0c66817a Signed-off-by: garciadeblas --- diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 87caad34..bacf424e 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -533,7 +533,7 @@ function install_juju() { echo "Installing juju" sudo snap install juju --classic sudo dpkg-reconfigure -p medium lxd - juju bootstrap localhost osm + sg lxd -c "juju bootstrap localhost osm" echo "Finished installation of juju" }