cffbc2e431
When adding support for standard ksa config options in Queens [1], we retained the [glance]api_servers option in case consumers wanted to continue to rely on nova's rudimentary load balancing rather than implementing something real. Continuing to support this option is holding us back from the things that having a common standard across services would facilitate, like using openstacksdk rather than clients. So deprecate it. [1] http://specs.openstack.org/openstack/nova-specs/specs/queens/implemented/use-ksa-adapter-for-endpoints.html Change-Id: I8e3fbc6f8b052ead6e80d4243f76581960210277
9 lines
357 B
YAML
9 lines
357 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``[glance]api_servers`` configuration option is deprecated and will be
|
|
removed in a future release. Deployments should use standard keystoneauth1
|
|
options to configure communication with a single image service endpoint.
|
|
Any load balancing or high availability requirements should be satisfied
|
|
outside of nova.
|