octavia/releasenotes/notes/support-redirect-http-code-1c2e87ef7fda12e97.yaml
ZhaoBo 25fb7e4c32 Support L7policy redirect http code
Currently, L7Policy already support the redirection by url_prefix.
Then we can support the redirection with HTTP code.

This patch adds an new option 'redirect_http_code' to L7Policy API.

Story: 2003609
Task: 24941
Change-Id: Id0c9c376ffbc2fb10ddb988537d0ef1a8205e586
2019-03-04 15:04:53 -08:00

7 lines
257 B
YAML

---
features:
- Now Octavia L7Policy API can accept an new option `redirect_http_code`
for L7Policy actions `REDIRECT_URL` or `REDIRECT_PREFIX`, then each HTTP
requests to the associated Listener will return the configured HTTP
response code.