puppet-neutron/releasenotes/notes/server-notifications-nova-4df35db13a4f85c8.yaml
Takashi Kajinami 4638137d44 Create an independent class for nova notifications
This patch introcues a new class, neutron::server::notifications::nova,
to manage all configuration parameters for nova notifications.

Note that the default values for notify_nova_on_port_status_changes and
notify_nova_on_data_status_changes are set to $::os_service_default in
this change, to use the default values defined in neutron (True)
instead of overriding it in puppet-neutron.

Change-Id: Ife7d196883f34aa53e7d6311bdcdb286e8ba275c
2020-07-13 20:19:52 +09:00

23 lines
660 B
YAML

---
features:
- |
The new ``server::notifications::nova`` class has been added to configure
parameters for notifications to nova.
deprecations:
- |
The following parameters in ``server::notifications`` class has been
deprecated and will be removed in a future release. Use the corresponding
parameters in ``server::notifications::nova`` class.
- ``password``
- ``auth_type``
- ``username``
- ``project_name``
- ``user_domain_name``
- ``project_domain_name``
- ``auth_url``
- ``region_name``
- ``endpoint_type``
- ``notify_nova_on_port_status_changes``
- ``notify_nova_on_port_data_changes``