diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-22 11:05:41 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-22 11:25:35 -0500 |
commit | c7410f20ae678809c9cf91af284f8c07deb4ead9 (patch) | |
tree | 19e04e2959ead2a653d8555724cf2863d2ff5151 /ci/genBundle.py | |
parent | e4212ab9dc23be9d0aa9f2593e20c78aa0e9c2c2 (diff) |
removing the public gateway addition code as it was added because
ealier juju was not supported with multiple network space.
Change-Id: I9fc3017c90b8ecdf9a6a1563056dad37d995ca0e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/genBundle.py')
-rw-r--r-- | ci/genBundle.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/genBundle.py b/ci/genBundle.py index 78dfae04..1bd09bb0 100644 --- a/ci/genBundle.py +++ b/ci/genBundle.py @@ -201,8 +201,6 @@ if 'openbaton' in features: # Set beta option from extra -if 'publicapi' in extra: - config['os']['beta']['public_api'] = True if 'radosgwcluster' in extra: config['os']['beta']['hacluster_ceph_radosgw'] = True if 'hugepages' in extra: |