You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ceilometer): Add volume_type_id to metric meta
Cinder volume notifications emit only payload.volume_type as an id, but
the API pollster in Ceilometer gets back a name value from Cinder.
Cinder should emit the volume_type_name in its notification payloads but
sadly it does not at this time. This change should simply re-route
payload volume_type to a new field we will add in gnocchi for
volume_type_id, preventing flip-flopping of volume_type on the gnocchi
volume_type resources.
0 commit comments