octavia/releasenotes/notes/add-batch-member-update-capability-4923bd266a9b2b80.yaml
Adam Harwell 45e39fa216 Allow PUT to /pools/<id>/members to batch update members
Also fix an incorrect exposure of /healthmonitors on /pools and a badly
ordered flow for member updates.

Change-Id: Id256ea94293519b75983f7a44945ac9bbbf25cd1
Implements: blueprint member-put-list
2017-09-20 18:14:53 -07:00

8 lines
309 B
YAML

---
features:
- |
It is now possible to completely update a pool's member list as a batch
operation. Using a PUT request on the base member endpoint of a pool, you
can specify a list of member objects and the service will perform any
necessary creates/deletes/updates as a single operation.