summaryrefslogtreecommitdiffstats
path: root/ci/genBundle.py
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-07-25 12:47:44 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-07-25 14:46:38 -0500
commitbba15961e7ffeaa27bb1d0f9c2f975a7f187fdd5 (patch)
tree7675d6b9efbc5e81bf45eb740899b0040d03046e /ci/genBundle.py
parent104b79844106eb6961b361b70071ad70f0dd9c95 (diff)
modified to accomodate OCL
Change-Id: Ib8227c4050b51adc2c466511bedf47e45a817db1 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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