diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-08 16:12:09 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-08 16:12:09 -0500 |
commit | 31882813e2b47c840634aa5461d2cb4b8d58a172 (patch) | |
tree | 74ab328061dc3464125f804982f8069562a3980a /ci/config_tpl/juju2/bundle_tpl/harelations.yaml | |
parent | 125d7e8a30700c63f6b015552c4826acc6223bf2 (diff) |
enable heat for OCL and try.
Change-Id: Ie114402ec96d5e809dbf990ac9b1d0410a436ff2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/harelations.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/harelations.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/harelations.yaml b/ci/config_tpl/juju2/bundle_tpl/harelations.yaml index 8a4a2474..e5274ed8 100644 --- a/ci/config_tpl/juju2/bundle_tpl/harelations.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/harelations.yaml @@ -1,8 +1,8 @@ {% if os.ha.mode == 'ha' %} {% if os.network.controller != 'ocl' %} - - [ 'heat:ha', 'hacluster-heat:ha' ] - [ 'ceilometer:ha', 'hacluster-ceilometer:ha' ] {% endif %} + - [ 'heat:ha', 'hacluster-heat:ha' ] - [ 'mysql:ha', 'hacluster-mysql:ha' ] - [ 'cinder:ha', 'hacluster-cinder:ha' ] - [ 'glance:ha', 'hacluster-glance:ha' ] |