diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-19 09:25:25 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-19 09:26:27 -0500 |
commit | 9aebd3628be8e994cda79370f55bcd470b3185ca (patch) | |
tree | 047d0c02d9224039c8ee2ebf826f4764c5f4ddc8 /ci/bundle_tpl | |
parent | ecfd70bde101afc0c6b96730ad2a2e1be64c5650 (diff) |
modified to enabled congress as charm has a fix now.
Change-Id: I5c8bf2fafadc1e1df09da6beaad17c373c6a4a74
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl')
-rw-r--r-- | ci/bundle_tpl/relations.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/bundle_tpl/relations.yaml b/ci/bundle_tpl/relations.yaml index e7bc6799..afbeeb11 100644 --- a/ci/bundle_tpl/relations.yaml +++ b/ci/bundle_tpl/relations.yaml @@ -38,9 +38,9 @@ - [ 'heat:shared-db', 'mysql:shared-db' ] - [ 'heat:identity-service', 'keystone:identity-service' ] - [ 'heat:amqp', 'rabbitmq-server:amqp' ] -# - [ 'congress:shared-db', 'mysql:shared-db' ] -# - [ 'congress:identity-service', 'keystone:identity-service' ] -# - [ 'congress:amqp', 'rabbitmq-server:amqp' ] + - [ 'congress:shared-db', 'mysql:shared-db' ] + - [ 'congress:identity-service', 'keystone:identity-service' ] + - [ 'congress:amqp', 'rabbitmq-server:amqp' ] {% if os.lxd %} - [ 'nova-compute:lxd', 'lxd:lxd' ] {% endif %} |