openstacksdk/releasenotes/notes/add-octavia-tags-support-1c1cf94184e6ebb7.yaml
Michael Johnson 2327519e67 Adds tags support for Octavia (load_balancer)
This patch adds "tags" support to the Octavia (load_balancer) objects.
It adds the "redirect_prefix" to L7 policy.
It corrects the "flavor" load balancer field that never existed, to be
"flavor_id".
Finally, it adds unit testing for the query parameters.

Change-Id: I5271183e2838eac9e943b488af5e6795e1ece4d0
2019-01-30 16:55:41 +00:00

11 lines
316 B
YAML

---
features:
- Add tags support for the Octavia (load_balancer) objects.
- |
Added support for the Octavia (load_balancer) L7 Policy "redirect_prefix"
capability.
fixes:
- |
Fixed the Octavia (load_balancer) load balancer objects to have
"flavor_id" instead of the nonexistent "flavor" field.