heat/releasenotes/notes/octavia-resources-0a25720e16dfe55d.yaml
rabi 946c576026 Add octavia L7Rule Resource
This also adds releasenotes for the newly added resources.

Change-Id: Ibaa618d14ea06f6ed2b2fc81d8d3ef270ee16a36
Closes-bug: #1737567
2018-01-23 13:03:55 +05:30

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.