Need to install cryptsetup for cinder
when creating encrypted volume from image, cryptsetup is needed. Change-Id: I6fab763ba2c17c42e5acf371ef5c02c92600f3e1 Closes-bug: #1752256
This commit is contained in:
parent
91ad86c881
commit
cb59631414
@ -12,6 +12,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set cinder_base_packages = [
|
||||
'ceph-common',
|
||||
'lvm2',
|
||||
'cryptsetup',
|
||||
'openstack-cinder',
|
||||
'python-automaton',
|
||||
'python-oslo-vmware'
|
||||
@ -21,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'ceph-common',
|
||||
'cinder-common',
|
||||
'lvm2',
|
||||
'cryptsetup',
|
||||
'python-oslo.vmware'
|
||||
] %}
|
||||
{% endif %}
|
||||
@ -31,12 +33,14 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set cinder_base_packages = [
|
||||
'ceph-common',
|
||||
'lvm2',
|
||||
'cryptsetup',
|
||||
'qemu-img'
|
||||
] %}
|
||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||
{% set cinder_base_packages = [
|
||||
'ceph-common',
|
||||
'lvm2',
|
||||
'cryptsetup',
|
||||
'qemu-utils'
|
||||
] %}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user