summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-06-15 21:40:47 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-06-30 08:54:03 +0000
commitd0fa134ee87de3f69c86dadd2d0c11a07570b9d6 (patch)
tree0e9ad20b6bf6321e9b3ff16c3f9eb92c193f04d3 /xci/config/user-vars
parentf6b2b8c16982b47570cadca36bce9c8906630776 (diff)
Disable the flavor aio and set default flavor to mini
The flavor all-in-one (aio) hasn't been maintained well and the stability of it is in question. This change disables the flavor aio and sets the default flavor to mini. It is important for XCI to enable the aio back in order to help users who want to try XCI but don't have big enough machine to go for bigger flavors. However, we need to verify all flavors for acceptable user experience so the flavor can only be enabled back once this happens. Change-Id: I053c8fec78876dea71439f1f1bd737a105254ad4 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-xxci/config/user-vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars
index 1554777d..1f30ec38 100755
--- a/xci/config/user-vars
+++ b/xci/config/user-vars
@@ -20,7 +20,7 @@
# or
# export XCI_FLAVOR="ha"
#-------------------------------------------------------------------------------
-export XCI_FLAVOR=${XCI_FLAVOR:-aio}
+export XCI_FLAVOR=${XCI_FLAVOR:-mini}
export XCI_DISTRO=${XCI_DISTRO:-$(source /etc/os-release &>/dev/null || source /usr/lib/os-release &>/dev/null; echo ${ID,,})}
export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false}