summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-xxci/config/user-vars6
1 files changed, 3 insertions, 3 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars
index 451b6b85..fadf7ccc 100755
--- a/xci/config/user-vars
+++ b/xci/config/user-vars
@@ -29,10 +29,10 @@ export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false}
#-------------------------------------------------------------------------------
# Currently, there are two kinds of installers in XCI: osa and kubespray
# Examples:
-# export XCI_INSTALLER="osa"
+# export INSTALLER_TYPE="osa"
# or
-# export XCI_INSTALLER="kubespray"
-export XCI_INSTALLER=${XCI_INSTALLER:-osa}
+# export INSTALLER_TYPE="kubespray"
+export INSTALLER_TYPE=${INSTALLER_TYPE:-osa}
#-------------------------------------------------------------------------------
# Configure some other stuff