Fix glance-api: add missing lsscsi package
Closes-Bug: #2111828 Change-Id: I8e20c77a8f1538162fc1dac9dc92c837348a09f4
This commit is contained in:
@@ -9,11 +9,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% set glance_api_packages = [
|
||||
'lsscsi',
|
||||
'device-mapper-multipath',
|
||||
'qemu-img'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set glance_api_packages = [
|
||||
'lsscsi',
|
||||
'multipath-tools',
|
||||
'nfs-common',
|
||||
'qemu-utils'
|
||||
|
@@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix using Cinder as Glance image store when Cinder uses a FC or iSCSI
|
||||
backend by adding the missing ``lsscsi`` package to glance-api.
|
||||
`LP#2111828 <https://bugs.launchpad.net/kolla/+bug/2111828>`__
|
Reference in New Issue
Block a user