Adds CinderLVMLoopDeviceSize option if it is defined to standalone config

Change-Id: Id32285e6674a5aee1a6fba3cbba300626d0b868e
This commit is contained in:
frenzyfriday 2023-06-06 10:37:58 +02:00 committed by Ananya
parent 7c1510421a
commit fb19dd085a

View File

@ -77,3 +77,6 @@ parameter_defaults:
{% if job is defined and job.standalone_ntp_servers is defined %}
NtpServer: {{ job.standalone_ntp_servers }}
{% endif %}
{% if cinder_lvm_loop_device_size is defined %}
CinderLVMLoopDeviceSize: {{ cinder_lvm_loop_device_size }}
{% endif %}