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/config_tpl/juju2/bundle_tpl/glance.yaml | |
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/config_tpl/juju2/bundle_tpl/glance.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/glance.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/glance.yaml b/ci/config_tpl/juju2/bundle_tpl/glance.yaml index 725c436e..e765bc30 100644 --- a/ci/config_tpl/juju2/bundle_tpl/glance.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/glance.yaml @@ -14,7 +14,6 @@ openstack-origin: *openstack-origin worker-multiplier: *worker-multiplier region: *openstack-region - use-internal-endpoints: True {% if os.git_repo.origin_git %} openstack-origin-git: "{{ os.git_repo.branch }}" {% endif %} @@ -27,9 +26,6 @@ {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.glance }} {% endif %} -{% if os.beta.public_api %} - os-public-hostname: api.{{ opnfv.domain }} -{% endif %} to: {% for unit_id in to_select() %} - "lxd:nodes/{{ unit_id }}" |