diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/nova-compute.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/nova-compute.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/nova-compute.yaml b/ci/config_tpl/bundle_tpl/nova-compute.yaml index 0a9305af..456ac417 100644 --- a/ci/config_tpl/bundle_tpl/nova-compute.yaml +++ b/ci/config_tpl/bundle_tpl/nova-compute.yaml @@ -14,6 +14,9 @@ enable-live-migration: true enable-resize: true migration-auth-type: ssh +{% if opnfv.storage_dict.ceph is defined %} + ceph-osd-replication-count: {{ unit_ceph_qty() }} +{% endif %} {% if os.beta.huge_pages %} hugepages: "50%" {% endif %} |