Merge "Add nvmetcli to cinder volume packages"

This commit is contained in:
Zuul 2018-08-24 06:11:41 +00:00 committed by Gerrit Code Review
commit b275e4a2eb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set cinder_volume_packages = [
'nfs-utils',
'nvmetcli',
'python-rtslib',
'scsi-target-utils',
'sysfsutils',