puppet-neutron/releasenotes/notes/neutron-api-wsgi-97ea733fb608da78.yaml
Takashi Kajinami ef06ac48b5 Add support for running neutron api by httpd+mod_wsgi
This change allows users to run neutron api by httpd+mod_wsgi with
an independent rpc worker service. Setting service_name to httpd is no
longer supported, because it results in incomplete deployment without
rpc services.

Change-Id: Id530e02e49e5fc020e13760bfcf38615da9da86a
2021-11-09 21:39:42 +09:00

18 lines
619 B
YAML

---
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.