install_osm.sh: juju bootstrap run as member of lxd group
Change-Id: Id43d7f025c946ddefd60c46a1abef6ba0c66817a
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/install_osm.sh b/installers/install_osm.sh
index 87caad3..bacf424 100755
--- a/installers/install_osm.sh
+++ b/installers/install_osm.sh
@@ -533,7 +533,7 @@
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"
}