python-neutronclient/releasenotes/notes/add-shared-pools-support-6f79b565afad3e47.yaml
Stephen Balukoff c422c2610e LBaaS updates to reflect shared pools feature
These updates allow the CLI user to fully take
advantage of the shared pools functionality being
added to Neutron LBaaS in preparation for L7 switching
functionality.

The Neutron LBaaS patch is here:
https://review.openstack.org/#/c/218560/

Partially-Implements: blueprint lbaas-l7-rules
Change-Id: Ib72d743ff0d6ca7f0fde034a8c73029308ca01a1
2016-02-29 12:30:48 -08:00

9 lines
240 B
YAML

---
features:
- |
CLI support for Neutron-LBaaS v2 shared pools added.
* Pools can be created independently from listeners.
* Listeners can share the same default_pool.
* Makes Layer 7 switching support much more useful.