diff --git a/dev/vagrant/bootstrap.sh b/dev/vagrant/bootstrap.sh
index 70d129de4d..ea9b3d0e20 100644
--- a/dev/vagrant/bootstrap.sh
+++ b/dev/vagrant/bootstrap.sh
@@ -16,10 +16,8 @@ export https_proxy=
 if [ "$MODE" = 'aio' ]; then
     # Run registry on port 4000 since it may collide with keystone when doing AIO
     REGISTRY_PORT=4000
-    SUPPORT_NODE=operator
 else
     REGISTRY_PORT=5000
-    SUPPORT_NODE=support01
 fi
 REGISTRY_URL="operator.local"
 REGISTRY=${REGISTRY_URL}:${REGISTRY_PORT}