076e016bb2
Change methods used in backend to authenticate with keystone. Use autodetection mechanizm for API version and refactor config options specified in Octavia. Change-Id: Id0deee2714040d271f43a537c27f410e2f4e3ef2 Closes-Bug: #1620668 Closes-Bug: #1618691
12 lines
417 B
YAML
12 lines
417 B
YAML
---
|
|
prelude: >
|
|
Extended support for Keystone API v3.
|
|
features:
|
|
- Octavia supports different Keystone APIs and choose authentication
|
|
mechanism based on configuration specified in "keystone_authtoken" section
|
|
of octavia.conf file.
|
|
upgrade:
|
|
- From configuration file section "keystone_authtoken_v3" was removed and all
|
|
parameters are stored in "keystone_authtoken" section of configuration
|
|
file.
|