Adds CinderLVMLoopDeviceSize option if it is defined to standalone config
Change-Id: Id32285e6674a5aee1a6fba3cbba300626d0b868e
This commit is contained in:
parent
7c1510421a
commit
fb19dd085a
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user