Bump Gnocchi to 4.3.4

It includes several bug fixes, in particular one for an issue when
coordination is disabled [1].

[1] https://github.com/gnocchixyz/gnocchi/issues/996

Change-Id: I0ac41463bd6ca1eb363e1c5cdc29f7222ec382b1
This commit is contained in:
Pierre Riteau 2020-02-12 18:20:15 +01:00 committed by Radosław Piliszek
parent 1b3d1254c4
commit cbfded882c
2 changed files with 8 additions and 1 deletions

View File

@ -373,7 +373,7 @@ SOURCES = {
'glance-18.0.1.tar.gz')}, 'glance-18.0.1.tar.gz')},
'gnocchi-base': { 'gnocchi-base': {
'type': 'git', 'type': 'git',
'reference': '4.3.2', 'reference': '4.3.4',
'location': ('https://github.com/gnocchixyz/' 'location': ('https://github.com/gnocchixyz/'
'gnocchi.git')}, 'gnocchi.git')},
'heat-base': { 'heat-base': {

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Upgrades Gnocchi from 4.3.2 to 4.3.4. This version includes several bug
fixes, in particular one for `an issue when coordination is disabled
<https://github.com/gnocchixyz/gnocchi/issues/996>`__. This minor version
upgrade shouldn't require any intervention from the operator.