diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/cinder.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/cinder.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/cinder.yaml b/ci/config_tpl/juju2/bundle_tpl/cinder.yaml index 0313f07c..12b6acc6 100644 --- a/ci/config_tpl/juju2/bundle_tpl/cinder.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/cinder.yaml @@ -22,7 +22,6 @@ region: *openstack-region block-device: None glance-api-version: 2 - use-internal-endpoints: True {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -35,9 +34,6 @@ {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.cinder }} {% endif %} -{% if os.beta.public_api %} - os-public-hostname: api.{{ opnfv.domain }} -{% endif %} to: {% if opnfv.storage_dict.scaleio is defined %} - "nodes/0" |