summaryrefslogtreecommitdiffstats
path: root/ci/genBundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/genBundle.py')
-rw-r--r--ci/genBundle.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/genBundle.py b/ci/genBundle.py
index 78e3b1cd..b70b29a3 100644
--- a/ci/genBundle.py
+++ b/ci/genBundle.py
@@ -169,6 +169,9 @@ config['os']['ha']['mode'] = hamode
# change ha mode
config['os']['network']['controller'] = sdn
+if 'ocl' in sdn:
+ config['os']['hyperconverged'] = False
+
# Change features
if 'lxd' in features:
config['os']['lxd'] = True