Files
puppet-keystone/releasenotes/notes/fix-inconsistent-wsgi-apache-params-1aabe5c54b8f4ca1.yaml
Takashi Kajinami 16309d9d06 Fix inconsistent port parameter name
The keystone::wsgi::apache class takes the api_port parameter but
the other modules uses the port parameter instead.

This change fixes the inconsistent interface.

Change-Id: Ib6a643eedbb2ecd5050c10cc5ae98ffaabb441f5
2022-08-27 22:59:25 +09:00

6 lines
140 B
YAML

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