
Should be using 'upgrade', not 'upgrades'. This fixes the upgrade note not being shown in the release notes. Change-Id: I9ba3751988bb5ca2ddd89e8cffbc88d818068e88 Signed-off-by: Callum Dickinson <callum.dickinson@catalystcloud.nz>
24 lines
1.0 KiB
YAML
24 lines
1.0 KiB
YAML
---
|
|
features:
|
|
- |
|
|
Additional information regarding an instance's flavor (the ID
|
|
and the defined extra specs at the time the instance was launched)
|
|
has been added to the libvirt domain metadata for instances.
|
|
This allows downstream clients that queries libvirt domain metadata,
|
|
such as Ceilometer, to avoid performing additional Nova API queries
|
|
to get this information.
|
|
- |
|
|
Additional attributes relating to the image metadata an instance is
|
|
configured with have been added to the libvirt domain metadata under
|
|
the ``<nova:image>`` element. This allows downstream services that
|
|
read libvirt domain metadata, such as Ceilometer, to use and expose
|
|
more information about an instance without needing to perform
|
|
additional API queries (potentially to multiple services) to get that
|
|
information.
|
|
|
|
upgrade:
|
|
- |
|
|
To expose the newly added attributes in the libvirt domain metadata
|
|
in an upgraded environment, already running instances will need to
|
|
be shutdown, restarted, cold migrated or shelved and unshelved.
|