Skip to content

Commit 79d45fa

Browse files
authored
Merge pull request #221 from stackhpc/upstream/yoga-2023-05-01
Synchronise yoga with upstream
2 parents a0254ba + 6c4813c commit 79d45fa

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)