modfied to use the default internal endpoint. 75/39375/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 16 Aug 2017 02:19:07 +0000 (21:19 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 16 Aug 2017 02:19:52 +0000 (21:19 -0500)
Change-Id: Iff2b0feacd6597d7dd7d6f6037dfa135bb0a6704
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/bundle_tpl/ceph.yaml
ci/config_tpl/juju2/bundle_tpl/cinder.yaml
ci/config_tpl/juju2/bundle_tpl/glance.yaml
ci/config_tpl/juju2/bundle_tpl/neutron-api.yaml
ci/config_tpl/juju2/bundle_tpl/nova-cloud-controller.yaml
ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml
ci/config_tpl/juju2/bundle_tpl/subordinate.yaml

index 0d4866d..87591a4 100644 (file)
@@ -6,6 +6,7 @@
       bindings:
         "": *oam-space
         public: *ceph-public-space
+        cluster: *ceph-cluster-space
 {% endif %}
       options:
         monitor-count: {{ unit_ceph_qty() }}
index 28b7222..027fc04 100644 (file)
@@ -21,9 +21,7 @@
         region: *openstack-region
         block-device: None
         glance-api-version: 2
-{% if os.beta.public_api %}
         use-internal-endpoints: True
-{% endif %}
 {% if os.network.ipv6 %}
         prefer-ipv6: {{ os.network.ipv6 }}
 {% endif %}
index d113644..198cefb 100644 (file)
@@ -13,9 +13,7 @@
         openstack-origin: *openstack-origin
         worker-multiplier: *worker-multiplier
         region: *openstack-region
-{% if os.beta.public_api %}
         use-internal-endpoints: True
-{% endif %}
 {% if os.git_repo.origin_git %}
         openstack-origin-git: "{{ os.git_repo.branch }}"
 {% endif %}
index 59d83c5..d3b3be5 100644 (file)
@@ -16,9 +16,7 @@
 {% endif %}
         region: *openstack-region
         neutron-security-groups: true
-{% if os.beta.public_api %}
         use-internal-endpoints: True
-{% endif %}
         worker-multiplier: *worker-multiplier
 {% if os.network.ipv6 %}
         prefer-ipv6: {{ os.network.ipv6 }}
index 04ac288..1c373b9 100644 (file)
@@ -21,9 +21,7 @@
         worker-multiplier: *worker-multiplier
         single-nova-consoleauth: False
         network-manager: Neutron
-{% if os.beta.public_api %}
         use-internal-endpoints: true
-{% endif %}
 {% if os.network.ipv6 %}
         prefer-ipv6: {{ os.network.ipv6 }}
 {% endif %}
index 88f4f38..fe3a722 100644 (file)
@@ -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 %}
index b12f0a5..59469ae 100644 (file)
@@ -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