File: deprecate_glance_api_servers-ae08e65b7ebac688.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 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.