Skip to content

Commit 3a71996

Browse files
authored
Merge pull request #232 from stackhpc/upstream/xena-2023-06-26
Synchronise xena with upstream
2 parents 0347abf + fb41d37 commit 3a71996

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docker/cinder/cinder-volume/Dockerfile.j2

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

1010
{% if base_package_type == 'rpm' %}
1111
{% set cinder_volume_packages = [
12+
'lsscsi',
1213
'device-mapper-multipath',
1314
'nfs-utils',
15+
'nvme-cli',
1416
'nvmetcli',
1517
'python3-rtslib',
1618
'python3-cinderlib',

kolla/image/build.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class Status(Enum):
9191
"blazar-base",
9292
"cyborg-base",
9393
"freezer-base",
94+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
9495
"kuryr-base",
9596
"monasca-base",
9697
"monasca-thresh",
@@ -99,6 +100,10 @@ class Status(Enum):
99100
"zun-base",
100101
},
101102

103+
'source': {
104+
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
105+
},
106+
102107
'centos': {
103108
"hacluster-pcs", # Missing crmsh package
104109
"nova-spicehtml5proxy", # Missing spicehtml5 package

0 commit comments

Comments
 (0)