diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-15 21:19:07 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-15 21:19:52 -0500 |
commit | dce9b446825d4d90f145424a9d7079ba8f3b649b (patch) | |
tree | ee71abf89249ee5b26e32d195dca86540ffe619c /ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml | |
parent | c1f1a5c85f50a1e4849b020c348f5e90b485bdff (diff) |
modfied to use the default internal endpoint.
Change-Id: Iff2b0feacd6597d7dd7d6f6037dfa135bb0a6704
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml b/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml index 88f4f382..fe3a7224 100644 --- a/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml @@ -20,9 +20,7 @@ enable-live-migration: True enable-resize: True migration-auth-type: ssh -{% if os.beta.public_api %} use-internal-endpoints: True -{% endif %} {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} |