diff options
Diffstat (limited to 'ci/bundle_tpl/phase2-overrides.yaml')
-rw-r--r-- | ci/bundle_tpl/phase2-overrides.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |