Merge "Deprecate [glance]api_servers"

This commit is contained in:
Zuul 2020-01-07 21:12:33 +00:00 committed by Gerrit Code Review
commit 66b7bdaa8b
2 changed files with 16 additions and 0 deletions

View File

@ -29,6 +29,14 @@ glance_opts = [
# NOTE(sdague/efried): there is intentionally no default here. This
# requires configuration if ksa adapter config is not used.
cfg.ListOpt('api_servers',
deprecated_for_removal=True,
deprecated_since='21.0.0',
deprecated_reason="""
Support for image service configuration via standard keystoneauth1 Adapter
options was added in the 17.0.0 Queens release. The api_servers option was
retained temporarily to allow consumers time to cut over to a real load
balancing solution.
""",
help="""
List of glance api servers endpoints available to nova.

View File

@ -0,0 +1,8 @@
---
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.