File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
docker/cinder/cinder-volume Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments