X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=23d8f078b53275158ef5292bb3b74a3c6bc37db8;hb=5671dce4ef9fd497721fe07376d77244d783867f;hp=b1e868ad61c00ce6d14bb62876133c1d3db16129;hpb=e4022249741336c5c78e8fa155a13d1f71f06a04;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index b1e868ad..23d8f078 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -519,7 +519,7 @@ function install_osm() { # configure apt proxy [ -n "$APT_PROXY_URL" ] && configure_apt_proxy $APT_PROXY_URL - # if no host is passed in, we need to install lxd/juju, unless explicilty asked not to + # if no host is passed in, we need to install lxd, unless explicilty asked not to if [ -z "$OSM_VCA_HOST" ] && [ -z "$INSTALL_NOLXD" ] && [ -z "$LXD_CLOUD_FILE" ]; then LXD_INSTALL_OPTS="-D ${OSM_DEVOPS} -i ${OSM_DEFAULT_IF} ${DEBUG_INSTALL}" [ -n "${OSM_BEHIND_PROXY}" ] && LXD_INSTALL_OPTS="${LXD_INSTALL_OPTS} -P"