862d9d4327
Locked and display_description fields are added in this patch https://review.openstack.org/#/c/407128/ Change-Id: I7c3cb994635459822f468bbdd90b274be80447a6
12 lines
363 B
YAML
12 lines
363 B
YAML
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`` |