File: remove-deprecated-wsgi-15e14f2f65a2c2ae.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (13 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
upgrade:
  - |
    The deprecated parameters in keystone::wsgi::apache is removed, see below
    for what parameters you should use instead.

      - Removed ``servername_admin`` please use ``servername``
      - Removed ``public_port`` and ``admin_port`` please use ``api_port``
      - Removed ``admin_bind_host`` please use ``bind_host``
      - Removed ``public_path`` and ``admin_path`` please use ``path``
      - Removed ``ssl_cert_admin`` and ``ssl_key_admin`` please use ``ssl_cert`` and ``ssl_key``
      - Removed ``wsgi_admin_script_source`` and ``wsgi_public_script_source`` please use ``wsgi_script_source``
      - Removed ``custom_wsgi_process_options_main`` and ``custom_wsgi_process_options_admin`` please use ``custom_wsgi_process_options``