summaryrefslogtreecommitdiff
path: root/releasenotes/notes/octavia-resources-0a25720e16dfe55d.yaml
blob: 54cc17cc46d73050e75c5b9d8cf5d288c83210ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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.