File: neutron-api-wsgi-97ea733fb608da78.yaml

package info (click to toggle)
puppet-module-neutron 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,316 kB
  • sloc: ruby: 13,629; python: 38; sh: 15; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    Now ``neutron::server::api_service_name`` can accept and handle ``httpd``
    as a valid service name, to run api service by httpd+mod_wsgi.

upgrade:
  - |
    The ``neutron::server::service_name`` parameter no longer accepts
    ``httpd`` as a valid service name. To run api service by httpd,
    the ``neutron::server::api_service_name`` parameter should be used instead
    along with the ``neutron::server::rpc_service_name``.

deprecations:
  - |
    Usage of arbitaly service name for the ``neutron::server::service_name``
    has been deprecated and will be removed in a future release.