From f50ab4b30aa64b03893275edbb0f5d705a989c0b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 6 Jul 2016 11:52:29 -0500 Subject: modified to change the cluster count for rabbitmq and relation. Change-Id: I6c23b7f5c6387b94cda505284612018dddd9e245 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/bundle.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci/bundle_tpl/bundle.yaml') 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 %} -- cgit 1.2.3-korg