
The [glance]api_servers config option is deprecated in nova since I8e3fbc6f8b052ead6e80d4243f76581960210277. The glance_endpoint_override option can be used to override the default glance endpoint. Support for round-robin over a list of glance servers is now deprecated in nova. Change-Id: Ib7fac4f37ef02d8f577abc98e4cc78b750caba54
14 lines
507 B
YAML
14 lines
507 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
nova::glance_api_servers has been deprecated. The config option and
|
|
behavior of distributing requests round-robin over a list have been
|
|
deprecated for removal from nova.
|
|
nova::glance_api_endpoint can be used as an alternative in the case
|
|
of a single glance endpoint.
|
|
features:
|
|
- |
|
|
nova::glance_api_endpoint has been added. This provides similar
|
|
functionality to nova::glance_api_servers for a single glance endpoint
|
|
versus a list of glance servers.
|