summaryrefslogtreecommitdiffstats
path: root/ci/genK8Bundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/genK8Bundle.py')
-rw-r--r--ci/genK8Bundle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/genK8Bundle.py b/ci/genK8Bundle.py
index cfbb6ea5..81deb5c0 100644
--- a/ci/genK8Bundle.py
+++ b/ci/genK8Bundle.py
@@ -163,13 +163,13 @@ except ValueError as err:
if 'dpdk' in features:
config['os']['network']['dpdk'] = True
if 'lb' in features:
- config['os']['kubernetes']['loadbalancer'] = True
+ config['k8']['feature']['loadbalancer'] = True
# Set beta option from extra
if 'hugepages' in extra:
config['os']['beta']['huge_pages'] = True
if 'lb' in extra:
- config['os']['kubernetes']['loadbalancer'] = True
+ config['k8']['feature']['loadbalancer'] = True
if 'mitaka' in extra:
config['os']['release'] = 'mitaka'
if 'xenial' in extra: