diff options
Diffstat (limited to 'ci/config_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index eda84960..5dd544ed 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -6,9 +6,7 @@ bindings: "": internal-api {% if opnfv.spaces_dict.storage is defined %} - public: storage-cluster -{% else %} - public: internal-api + cluster: storage-cluster {% endif %} {% endif %} options: @@ -54,11 +52,7 @@ bindings: "": internal-api {% if opnfv.spaces_dict.storage is defined %} - public: storage-cluster cluster: storage-cluster -{% else %} - public: internal-api - cluster: internal-api {% endif %} {% endif %} options: @@ -111,9 +105,6 @@ {% else %} public: internal-api {% endif %} -{% if opnfv.spaces_dict.storage is defined %} - mon: storage-cluster -{% endif %} {% endif %} options: region: {{ os.region }} |