octavia/releasenotes/notes/make-batch-member-call-additive-4785163e625fed1a.yaml
Adam Harwell 4b907b0627 Add additive_only parameter to Batch Member call
If `additive_only` is set, don't do a complete delta -- skip delete and
only update and create members (making the call additive rather than a
full replacement). This will allow for adding members in batches without
wiping out existing members.

Change-Id: I5e47d64243667cfaa10430e12229099b508de40e
2019-09-10 22:22:13 +00:00

7 lines
253 B
YAML

---
features:
- |
The batch member update resource can now be used additively by passing the
query parameter ``additive_only=True``. Existing members can be updated and
new members will be created, but missing members will not be deleted.