octavia/releasenotes/notes/Allow-members-to-be-set-as-backup-e68e46bc52f2fc1f.yaml
Adam Harwell e819e4521a Allow members to be set as "backup"
Setting a member as "backup" means no traffic will be sent to it unless
all non-backup members are marked as down.

This should be essentially the same in every backend provider AFAIU.

This was requested by at least one operator (me) and was agreed during
the PTG to add value.

Story: 2001777
Task: 12483
Change-Id: I953abe71a0988da78efc6b3961f7518c81c2a06d
2018-04-04 07:47:31 +09:00

8 lines
276 B
YAML

---
features:
- |
Members have a new boolean option `backup`. When set to `true`, the member
will not receive traffic until all non-backup members are offline. Once
all non-backup members are offline, traffic will begin balancing between
the backup members.