diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/subordinate.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/subordinate.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml b/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml index b12f0a56..59469aef 100644 --- a/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml @@ -3,11 +3,9 @@ ceilometer-agent: charm: ./{{ ubuntu.release }}/ceilometer-agent options: - openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" -{% if os.beta.public_api %} + openstack-origin: *openstack-origin use-internal-endpoints: true {% endif %} -{% endif %} {% if opnfv.storage_dict.ceph is defined %} cinder-ceph: charm: ./{{ ubuntu.release }}/cinder-ceph |