diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 6ced1a323e5f15fd13bca6ad2ffafd0dddd57856..39d2850f6927e31e568a68f2ba1d82cdd26eea1a 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1612,6 +1612,7 @@ while getopts ":b:r:c:n:k:u:R:D:o:O:m:N:H:S:s:w:t:U:P:A:l:L:K:-: hy" o; do [ "${OPTARG}" == "lxd" ] && continue [ "${OPTARG}" == "lxd-cred" ] && continue [ "${OPTARG}" == "microstack" ] && continue + [ "${OPTARG}" == "vca" ] && continue [ "${OPTARG}" == "ha" ] && continue [ "${OPTARG}" == "tag" ] && continue [ "${OPTARG}" == "pla" ] && INSTALL_PLA="y" && continue