Disable docker installation in full_install_osm.sh
[osm/devops.git] / installers / full_install_osm.sh
index d0e7317..2f90bcf 100755 (executable)
@@ -723,7 +723,7 @@ OPENSTACK_VM_NAME="server-osm"
 OPENSTACK_PYTHON_VENV="$HOME/.virtual-envs/osm"
 INSTALL_ONLY=""
 TO_REBUILD=""
-INSTALL_DOCKER="y"
+INSTALL_DOCKER=""
 INSTALL_JUJU=""
 INSTALL_NOHOSTCLIENT=""
 INSTALL_CACHELXDIMAGES=""