File: add-api-config-to-api-group-8713a9df13e84571.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 (23 lines) | stat: -rw-r--r-- 852 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
20
21
22
23
---
upgrade:
  - |
    API configuration options have been moved to the 'api' group. They
    should no longer be included in the 'DEFAULT' group. Options affected by
    this change:

    * ``auth_strategy``
    * ``use_forwarded_for``
    * ``vendordata_providers``
    * ``vendordata_dynamic_targets``
    * ``vendordata_dynamic_ssl_certfile``
    * ``vendordata_dynamic_connect_timeout``
    * ``vendordata_dynamic_read_timeout``
    * ``metadata_cache_expiration``
    * ``vendordata_jsonfile_path``
    * ``max_limit`` (was ``osapi_max_limit``)
    * ``compute_link_prefix`` (was ``osapi_compute_link_prefix``)
    * ``glance_link_prefix`` (was ``osapi_glance_link_prefix``)
    * ``allow_instance_snapshots``
    * ``hide_server_address_states`` (was ``osapi_hide_server_address_states``)
    * ``fping_path``
    * ``enable_instance_password``