nova/releasenotes/notes/add-instance-name-to-instance-create-notification-4c2f5eca9e574178.yaml
Ifat Afek 0240c7b5b6 The field instance_name was added to InstanceCreatePayload
The field instance_name was missing from Nova instance notifications.
It was added to instance.create.* notifications, as discussed in:
http://lists.openstack.org/pipermail/openstack-discuss/2018-December/001141.html

Change-Id: I52f3186d1bcda0c23a471f9bfd2c55763262658f
2019-01-15 15:27:07 +00:00

10 lines
241 B
YAML

---
features:
- |
The field ``instance_name`` has been added to the
``InstanceCreatePayload`` in the following versioned notifications:
* ``instance.create.start``
* ``instance.create.end``
* ``instance.create.error``