Adds missing nvme package in cinder-backup
The package moved to the cinder-base image since it already added to the cinder-volume in I84c7633765749a5e9ced983505ef290c32154ccc. Closes-Bug: #2089587 Change-Id: I06e61ab388d9ecfa78e5d1fe1ae9cb8602d1cd36 Signed-off-by: FelipeAFV <ffigueroa@whitestack.com> Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:

committed by
Maksim Malchuk

parent
dca8462bc4
commit
4a7af468b6
@@ -16,13 +16,15 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'ceph-common',
|
||||
'cryptsetup',
|
||||
'lvm2',
|
||||
'nvme-cli',
|
||||
'qemu-img'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set cinder_base_packages = [
|
||||
'ceph-common',
|
||||
'lvm2',
|
||||
'cryptsetup',
|
||||
'lvm2',
|
||||
'nvme-cli',
|
||||
'python3-cephfs',
|
||||
'python3-rados',
|
||||
'python3-rbd',
|
||||
|
@@ -12,7 +12,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'lsscsi',
|
||||
'device-mapper-multipath',
|
||||
'nfs-utils',
|
||||
'nvme-cli',
|
||||
'nvmetcli',
|
||||
'sysfsutils',
|
||||
'targetcli'
|
||||
@@ -22,7 +21,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'lsscsi',
|
||||
'multipath-tools',
|
||||
'nfs-common',
|
||||
'nvme-cli',
|
||||
'sysfsutils',
|
||||
'targetcli-fb',
|
||||
'thin-provisioning-tools',
|
||||
|
Reference in New Issue
Block a user