From 1e67ca426ab0f454fc2d4845efd5d9984782a4db Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 21 Jul 2016 13:22:05 -0500 Subject: modified to maximize use of resource available at time of deployment. Change-Id: Ia769b4c87bafa62e58aa006468fbb2294da16766 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/phase2-overrides.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/bundle_tpl/phase2-overrides.yaml') diff --git a/ci/bundle_tpl/phase2-overrides.yaml b/ci/bundle_tpl/phase2-overrides.yaml index 03bf9812..33350300 100644 --- a/ci/bundle_tpl/phase2-overrides.yaml +++ b/ci/bundle_tpl/phase2-overrides.yaml @@ -16,7 +16,7 @@ {% endif %} openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% if os.ha.mode == 'nonha' %} - ceph-osd-replication-count: {{ os.storage.ceph_replica }} + ceph-osd-replication-count: {{ unit_ceph_qty() }} {% endif %} admin-role: {{ os.admin.role }} keystone-admin-role: {{ os.admin.role }} -- cgit 1.2.3-korg