designate/releasenotes/notes/cfg-notification-remove.yaml
Nguyen Van Trung 5bab49582c Remove deprecated cfg in notification and add format-v6 test
- Remove 'format' cfg in nova and neutron notification
- Modify related tests with 'format' cfg
- Add formatv6 test-case for nova
- Add releasenotes for these change.

Change-Id: I5bcc7c59f23d8d66252ca6809fc78803c0bbdab7
2017-07-17 06:21:50 +00:00

15 lines
612 B
YAML

---
critical:
- The `format` cfg in nova and neutron notification both will remove in the Pike.
Please set ``formatv4`` and ``formatv6`` in the ``[handler:nova_fixed]``
and ``[handler:neutron_floatingip]`` your designate config file.
``formatv4 = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(zone)s'``
``formatv4 = '%(hostname)s.%(project)s.%(zone)s'``
``formatv4 = '%(hostname)s.%(zone)s'``
``formatv6 = '%(hostname)s.%(project)s.%(zone)s'``
``formatv6 = '%(hostname)s.%(zone)s'``
- The above config which you need to put or uncomment them into/in
designate config file.