Skip to content

Commit cbfded8

Browse files
priteauyoctozepto
authored andcommitted
Bump Gnocchi to 4.3.4
It includes several bug fixes, in particular one for an issue when coordination is disabled [1]. [1] gnocchixyz/gnocchi#996 Change-Id: I0ac41463bd6ca1eb363e1c5cdc29f7222ec382b1
1 parent 1b3d125 commit cbfded8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

kolla/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
'glance-18.0.1.tar.gz')},
374374
'gnocchi-base': {
375375
'type': 'git',
376-
'reference': '4.3.2',
376+
'reference': '4.3.4',
377377
'location': ('https://github.com/gnocchixyz/'
378378
'gnocchi.git')},
379379
'heat-base': {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Upgrades Gnocchi from 4.3.2 to 4.3.4. This version includes several bug
5+
fixes, in particular one for `an issue when coordination is disabled
6+
<https://github.com/gnocchixyz/gnocchi/issues/996>`__. This minor version
7+
upgrade shouldn't require any intervention from the operator.

0 commit comments

Comments
 (0)