diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-06 11:52:29 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-06 11:59:47 -0500 |
commit | f50ab4b30aa64b03893275edbb0f5d705a989c0b (patch) | |
tree | 46bac9fb6ec69215db57adf8db8e38e7696e04ed /ci/bundle_tpl/bundle.yaml | |
parent | 4b9a4f89021fe3c4dbf3394f46c72edc4668a83f (diff) |
modified to change the cluster count for rabbitmq and relation.
Change-Id: I6c23b7f5c6387b94cda505284612018dddd9e245
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl/bundle.yaml')
-rw-r--r-- | ci/bundle_tpl/bundle.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/bundle_tpl/bundle.yaml b/ci/bundle_tpl/bundle.yaml index e02c6da5..62047fba 100644 --- a/ci/bundle_tpl/bundle.yaml +++ b/ci/bundle_tpl/bundle.yaml @@ -50,8 +50,7 @@ openstack-phase1: {% endif %} relations: - - - "ntp:juju-info" - - "nodes:juju-info" + - [ 'ntp:juju-info', 'nodes:juju-info' ] {% if os.ha.mode == 'ha' %} {% include 'harelations.yaml' %} {% endif %} |