Files
puppet-nova/releasenotes/notes/fix-inconsistent-wsgi-apache-params-dfc0ecb5cf59efe3.yaml
Takashi Kajinami a258d3d8c7 Fix inconsistent parameter name of wsgi::apache
The nova::wsgi::apache class takes the api_port parameter to determine
the TCP port number, but this name is not commonly used while the port
parameter is used in the other modules. This change fixes the parameter
name so that we can keep the implementation more consistent.

Change-Id: I9d533275d5999fa02b438be1642f61b40a246161
2023-01-23 10:32:48 +09:00

6 lines
136 B
YAML

---
deprecations:
- |
The ``nova::wsgi::apache::api_port`` parameter has been deprecated.
Use the ``port`` parameter instead.