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/rabbitmq.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/rabbitmq.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml b/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml index a9515202..5f8d5adc 100644 --- a/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml @@ -3,7 +3,7 @@ num_units: {{ unit_qty() }} {% if os.service.bindings %} bindings: - amqp: internal + amqp: internal-api {% endif %} options: {% if opnfv.storage_dict.ceph is defined %} |