File: remove-api-v1-2987e0317436bc69.yaml

package info (click to toggle)
puppet-module-cinder 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,492 kB
  • sloc: ruby: 6,690; python: 38; makefile: 10; sh: 10
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
upgrade:
  - |
    Keystone catalog entries for Cinder's v1 API are no longer created,
    but existing entries will not be automatically deleted.
deprecations:
  - |
    The following parameters associated with the v1 API are deprecated.
    * configure_endpoint
    * public_url
    * internal_url
    * admin_url
    * service_name
    * service_type
    * service_description
fixes:
  - |
    The keystone service and endpoint for Cinder's API v1 are no longer
    created. Cinder removed support for its v1 API in Queens.