openstack-ansible-os_octavia/releasenotes/notes/Adds-flags-to-enable--Octavia-V2-(standalone)-API-d644b92ad374f2cf.yaml
German Eichberger 072bf2c64d Enable V2 Octavia API (Experimental)
For Pike Octavia gains a way to run independent of Neutron with the
new V2 API. This adds an (experiemntal) switch to enable this which
defaults to False.

Change-Id: I009ea4feb7aecda861701af277122001c9bf4500
2017-08-10 21:08:37 +00:00

8 lines
273 B
YAML

---
features:
- Adds a new flag to enable Octavia V2 API (disabled by default) to facilitate to run Octavia
stand alone (without Neutron)
- Adds a new flag to toggle Octavia V1 API (the API needed to run in conjunction with Neutron)
and enables it by default.