Skip to content

Commit c03188b

Browse files
jaydgmmalchuk
authored andcommitted
Fix glance-api: add missing lsscsi package
Closes-Bug: #2111828 Change-Id: I8e20c77a8f1538162fc1dac9dc92c837348a09f4 Signed-off-by: Maksim Malchuk <[email protected]> (cherry picked from commit aa2e504)
1 parent 5f90553 commit c03188b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/glance/glance-api/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
99

1010
{% if base_package_type == 'rpm' %}
1111
{% set glance_api_packages = [
12+
'lsscsi',
1213
'device-mapper-multipath',
1314
'qemu-img'
1415
] %}
1516
{% elif base_package_type == 'deb' %}
1617
{% set glance_api_packages = [
18+
'lsscsi',
1719
'multipath-tools',
1820
'nfs-common',
1921
'qemu-utils'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix using Cinder as Glance image store when Cinder uses a FC or iSCSI
5+
backend by adding the missing ``lsscsi`` package to glance-api.
6+
`LP#2111828 <https://bugs.launchpad.net/kolla/+bug/2111828>`__

0 commit comments

Comments
 (0)