diff options
author | 2017-01-12 09:57:57 -0600 | |
---|---|---|
committer | 2017-01-12 13:35:23 -0600 | |
commit | bbd5aa8591fb02f6c73217df81108d43cfc747b4 (patch) | |
tree | 4785e72d61cdbfb7d5b11949cf452741f5f8f3de /ci/config_tpl/juju2/bundle_tpl/congress.yaml | |
parent | 3134224776bece970627c7ae8adef338f13136c1 (diff) |
move to master branch of charm for few bug fixes.
Change-Id: I2e29d2f3aa8f547b95103a768543403cf2e1c7ce
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/congress.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/congress.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/congress.yaml b/ci/config_tpl/juju2/bundle_tpl/congress.yaml index b57bf328..3330cad1 100644 --- a/ci/config_tpl/juju2/bundle_tpl/congress.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/congress.yaml @@ -3,16 +3,16 @@ num_units: 1 {% if os.service.bindings %} bindings: - internal: internal + internal: internal-api {% if opnfv.spaces_dict.data is defined %} - admin: admin + admin: admin-api {% else %} - admin: internal + admin: internal-api {% endif %} {% if opnfv.spaces_dict.public is defined %} - public: public + public: public-api {% else %} - public: internal + public: internal-api {% endif %} {% endif %} options: |