nova/releasenotes/notes/add-new-fields-to-InstancePaylod-bc5ef2ecfed880a2.yaml

12 lines
362 B
YAML
Raw Normal View History

features:
- |
The fields ``locked`` and ``display_description`` have been added to
InstancePayload. Versioned notifications for instance actions
will include these fields.
A few examples of versioned notifications that use InstancePayload:
* ``instance.create``
* ``instance.delete``
* ``instance.resize``
* ``instance.pause``