diff options
-rw-r--r-- | ci/genBundle.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/genBundle.py b/ci/genBundle.py index 3aa5bcee..fdc9a532 100644 --- a/ci/genBundle.py +++ b/ci/genBundle.py @@ -196,14 +196,14 @@ if 'radosgwcluster' in extra: config['os']['beta']['hacluster_ceph_radosgw'] = True if 'hugepages' in extra: config['os']['beta']['huge_pages'] = True +if 'mitaka' in extra: + config['os']['release'] = 'mitaka' if 'trusty' in extra: config['ubuntu']['release'] = 'trusty' if 'liberty' in extra: config['os']['release'] = 'liberty' if 'xenial' in extra: config['ubuntu']['release'] = 'xenial' - if 'newton' in extra: - config['os']['release'] = 'newton' if 'dishypcon' in extra: config['os']['hyperconverged'] = False |