nova/releasenotes/notes/use-new-style-policy-in-notifications-3c6eefbb56224be2.yaml
Yikun Jiang d1ccea4dd7 Address nits in server group policy series
Change-Id: I126b51892056e3241640bbf05acf16d7f72b4329
2018-07-16 17:28:46 +08:00

11 lines
415 B
YAML

---
features:
- |
The new style ``policy`` field has been added to ``ServerGroupPayload``.
The ``server_group.create``, ``server_group.delete`` and
``server_group.add_member`` versioned notifications will be updated to
include the new ``policy`` and ``rules`` field. The ``policies`` field is
deprecated for removal but still put into the notification payload for
backward compatibility.