File: server-notifications-nova-4df35db13a4f85c8.yaml

package info (click to toggle)
puppet-module-neutron 25.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,708 kB
  • sloc: ruby: 12,680; python: 38; sh: 15; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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``