1ace351fd8
Closes-Bug: #1532075 Change-Id: Id45a0babc8e128d02bf648fedb7b66099bc3c7ae Co-Authored-By: Lubosz "diltram" Kosnik <lubosz.kosnik@intel.com> Depends-On: Id0deee2714040d271f43a537c27f410e2f4e3ef2
12 lines
480 B
YAML
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".
|