From db797322eebd14fc4d21a75709c703e86a5779b9 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 4 May 2018 11:03:31 +0200 Subject: [PATCH] install_osm.sh: juju bootstrap run as member of lxd group Change-Id: Id43d7f025c946ddefd60c46a1abef6ba0c66817a Signed-off-by: garciadeblas --- installers/install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.25.1