diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml b/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml index 1c373b92..bfb4c27d 100644 --- a/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml @@ -21,7 +21,6 @@ worker-multiplier: *worker-multiplier single-nova-consoleauth: False network-manager: Neutron - use-internal-endpoints: true {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -31,9 +30,6 @@ {% if opnfv.domain is defined %} #console-proxy-ip: {{ opnfv.domain }} {% endif %} -{% if os.beta.public_api %} - os-public-hostname: api.{{ opnfv.domain }} -{% endif %} to: {% for unit_id in to_select() %} - "lxd:nodes/{{ unit_id }}" |