Skip to content

Commit 1e0cef8

Browse files
committed
Disable build of Gnocchi containers
Revert this commit when [1] is solved. 1. gnocchixyz/gnocchi#1304 Change-Id: Iafeb9093340621d65a9c9cd126d65679d981dfb1 Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com> (cherry picked from commit 44e0496)
1 parent 9802f3f commit 1e0cef8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kolla/image/build.py

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

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

0 commit comments

Comments
 (0)