Skip to content

Commit d511369

Browse files
committed
Glance-api fails due to absent multipath tools
Closes-Bug: #2015500 Change-Id: Ifa095a4a5a4a2476b356b082b9b57b491c9e29db Signed-off-by: Maksim Malchuk <[email protected]> (cherry picked from commit d23ace3)
1 parent 867f27e commit d511369

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/glance/glance-api/Dockerfile.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
88
{% import "macros.j2" as macros with context %}
99

1010
{% if base_package_type == 'rpm' %}
11-
{% set glance_api_packages = ['qemu-img'] %}
11+
{% set glance_api_packages = [
12+
'device-mapper-multipath',
13+
'qemu-img'
14+
] %}
1215
{% elif base_package_type == 'deb' %}
1316
{% set glance_api_packages = [
17+
'multipath-tools',
1418
'nfs-common',
1519
'qemu-utils'
1620
] %}

0 commit comments

Comments
 (0)