From dce9b446825d4d90f145424a9d7079ba8f3b649b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 15 Aug 2017 21:19:07 -0500 Subject: modfied to use the default internal endpoint. Change-Id: Iff2b0feacd6597d7dd7d6f6037dfa135bb0a6704 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml') 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 %} -- cgit 1.2.3-korg