octavia/releasenotes/notes/enable-keystone-on-api-b3ebb132ad5ab308.yaml
Brandon Logan 1ace351fd8 Add keystone authentication of token
Closes-Bug: #1532075
Change-Id: Id45a0babc8e128d02bf648fedb7b66099bc3c7ae
Co-Authored-By: Lubosz "diltram" Kosnik <lubosz.kosnik@intel.com>
Depends-On: Id0deee2714040d271f43a537c27f410e2f4e3ef2
2016-11-22 12:57:07 -06:00

12 lines
480 B
YAML

---
prelude: >
Support for Keystone token authentication on frontend Octavia API.
features:
- After setting "auth_strategy = keystone" all incoming requests to Octavia
API will be verified using Keystone are they send by authenticated person.
By default that option is disabled because Neutron LBaaS v2 is not
supporting that functionality properly.
upgrade:
- This feature add new configuration value "auth_strategy" which by default
is set for "noauth".