Browse Source
When trying to specify the endpoint type in the identity service catalog to use for communication with OpenStack services an outdated configuration option was written: endpoint_type was replaced by interface in aodh. This change therefore also deprecates the aodh::auth::auth_endpoint_type parameter in favor of a new aodh::auth::interface parameter. Change-Id: Ifca3ddc47e02752dcf8503e5691005382bb6073cchanges/22/580622/1
3 changed files with 27 additions and 5 deletions
@ -0,0 +1,8 @@
|
||||
--- |
||||
fixes: |
||||
- When trying to specify the endpoint type in the identity service catalog to |
||||
use for communication with OpenStack services an outdated configuration |
||||
option was written. |
||||
deprecations: |
||||
- aodh::auth::auth_endpoint_type is deprecated and will be removed in a future |
||||
release. Please use aodh::auth::interface instead. |
Loading…
Reference in new issue