octavia/releasenotes/notes/octavia-active-standby-cec5d2ad4fd214d8.yaml
Michael Johnson c3bd87a8ee Adds release notes for Active/Standby
This patch adds release notes for a feature added early in Mitaka.

Change-Id: If85d90ff30175011365da77776276a837a9fb252
Implements: blueprint activepassiveamphora
2016-03-07 02:31:18 +00:00

20 lines
592 B
YAML

---
features:
- |
Active/Standby support for Octavia.
* When enabled in the configuration file, Octavia
will boot an active and standby amphora for each
load balancer.
* Session persistence is maintained between the
active and standby amphora.
* Amphora failover is supported when active/standby
is enabled. Should the master or backup amphora
fail, the health manager will rebuild it.
upgrade:
- |
Upgrade requires a database migration.
* Adds tables for active/standby.
* Updates load balancer, listener, and amphora tables.