Skip to content

Commit 54e153f

Browse files
authored
Merge pull request #217 from stackhpc/upstream/yoga-2023-04-17
Synchronise yoga with upstream
2 parents 535b809 + 867f27e commit 54e153f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docker/cinder/cinder-backup/Dockerfile.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,26 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1010
{% if install_type == 'binary' %}
1111
{% if base_package_type == 'rpm' %}
1212
{% set cinder_backup_packages = [
13+
'device-mapper-multipath',
1314
'nfs-utils'
1415
] %}
1516
{% elif base_package_type == 'deb' %}
1617
{% set cinder_backup_packages = [
1718
'cinder-backup',
19+
'multipath-tools',
1820
'nfs-common'
1921
] %}
2022
{% endif %}
2123

2224
{% elif install_type == 'source' %}
2325
{% if base_package_type == 'rpm' %}
2426
{% set cinder_backup_packages = [
27+
'device-mapper-multipath',
2528
'nfs-utils'
2629
] %}
2730
{% elif base_package_type == 'deb' %}
2831
{% set cinder_backup_packages = [
32+
'multipath-tools',
2933
'nfs-common'
3034
] %}
3135
{% endif %}

docker/nova/nova-libvirt/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2222
'libvirt-daemon',
2323
'libvirt-daemon-config-nwfilter',
2424
'libvirt-daemon-driver-nwfilter',
25+
'libvirt-daemon-driver-nodedev',
2526
'openvswitch',
2627
'qemu-img',
2728
'qemu-kvm',

0 commit comments

Comments
 (0)