File: add-volume_type_id-attr-f29af86534907941.yaml

package info (click to toggle)
ceilometer 1%3A24.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,752 kB
  • sloc: python: 21,184; sh: 410; pascal: 151; makefile: 59
file content (17 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    Added the ``volume_type_id`` attribute to ``volume.size`` notification
    samples, which stores the ID for the volume type of the given volume.
  - |
    Added the ``volume_type_id`` attribute to ``volume`` resources in Gnocchi,
    which stores the ID for the volume type of the given volume.
upgrade:
  - |
    ``meters.yaml`` has been updated with changes to the ``volume.size``
    notification meter. If you override this file in your deployment,
    it needs to be updated.
  - |
    ``gnocchi_resources.yaml`` has been updated with changes to the
    ``volume`` resource type. If you override this file in your deployment,
    it needs to be updated.