Added open-iscsi package to Cinder container.

Allows to properly consume external ISCSI backends.
The absense affects the ability to upload the volume from external
ISCSI backend to Glance.

Change-Id: Idbfb706e88a406a546ae242b10d2a7ada65d1de9
(cherry picked from commit 278cfa1773)
This commit is contained in:
Andrey 2017-03-31 10:56:52 -05:00 committed by Matt Thompson
parent b8102d6c20
commit 4fb0bb4887
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ cinder_distro_packages:
- kmod-libs
- zlib-devel
- which
- iscsi-initiator-utils
cinder_volume_distro_packages:
- qemu-img

View File

@ -33,6 +33,7 @@ cinder_distro_packages:
- zlibc
- libffi-dev
- libssl-dev
- open-iscsi
cinder_volume_distro_packages:
- qemu-utils