File: deprecate_glance_api_servers-ae08e65b7ebac688.yaml

package info (click to toggle)
puppet-module-nova 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,444 kB
  • sloc: ruby: 10,903; python: 38; makefile: 10; sh: 10
file content (13 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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.