puppet-neutron/releasenotes/notes/deprecate-neutron_api_config-56e07cb7d3b71a29.yaml
Takashi Kajinami 2daa0b1644 Deprecate neutron_api_config
Currently puppet-neutron provides 2 resource types, neutorn_api_config
and neutron_api_paste_ini, to manage the same file.
(/etc/neutron/api-paste.ini)
This patch deprecates neutron_api_config so that we can solve this
duplication in a future release. Historically neutron_api_config was
added before neutron_api_paste_ini, but in puppet-openstack modules
we use *_conf type to manage *.conf  file in general, so its name is
confusing.

This patch also removes the implementation to clean up authtoken
parameters in api-paste.ini, because that implementation was added
to deal with parameter migration from api-paste.ini to neutron.conf,
which happened a long ago.

Change-Id: I4361ea53bd964a3a4861c4c28abb7063e19ebd94
2020-09-07 08:05:26 +09:00

10 lines
320 B
YAML

---
deprecations:
- |
The ``neutron_api_config`` type has been deprecated.
Use the ``neutron_api_paste_ini`` type instead.
- |
The ``neutron::config::api_config`` parameter has been deprecated and will
be removed in a future release. Use the ``neutron::config::api_paste_ini``
parameter instead.