946c576026
This also adds releasenotes for the newly added resources. Change-Id: Ibaa618d14ea06f6ed2b2fc81d8d3ef270ee16a36 Closes-bug: #1737567
20 lines
1.0 KiB
YAML
20 lines
1.0 KiB
YAML
---
|
|
features:
|
|
- Adds new resources for octavia lbaas service.
|
|
- New resource ``OS::Octavia::LoadBalancer`` is added to create and
|
|
manage Load Balancers which allow traffic to be directed between servers.
|
|
- New resource ``OS::Octavia::Listener`` is added to create and
|
|
manage Listeners which represent a listening endpoint for the Load
|
|
Balancer.
|
|
- New resource ``OS::Octavia::Pool`` is added to create and
|
|
manage Pools which represent a group of nodes. Pools define the subnet
|
|
where nodes reside, the balancing algorithm, and the nodes themselves.
|
|
- New resource ``OS::Octavia::PoolMember`` is added to create and
|
|
manage Pool members which represent a single backend node.
|
|
- New resource ``OS::Octavia::HealthMonitor`` is added to create and
|
|
manage Health Monitors which watch status of the Load Balanced servers.
|
|
- New resource ``OS::Octavia::L7Policy`` is added to create and
|
|
manage L7 Policies.
|
|
- New resource ``OS::Octavia::L7Rule`` is added to create and
|
|
manage L7 Rules.
|