neutron/releasenotes/notes/deprecate-remote_ip_prefix-metering-label-rules-5203f681d2fce058.yaml
Rafael Weingärtner b0c6cb35e7 Announce deprecation of remote_ip_prefix in metering label rules
As proposed in the RFE and then approved in the spec, we are adding to
the neutron metering rules two new parameters. The source IP prefix, and
destination IP prefix. Moreover, with that new spec implementation, we
deprecate the use of `remote_ip_prefix`.

This patch introduces a log message to inform people to migrate to the new API usage.

Change-Id: I5e81d8b27c6126f10011f2d1b4d8f8697e987f13
Partially-Implements: https://bugs.launchpad.net/neutron/+bug/1889431
RFE: https://bugs.launchpad.net/neutron/+bug/1889431
Depends-On: https://review.opendev.org/#/c/744702/
Depends-On: https://review.opendev.org/#/c/743828/
Depends-On: https://review.opendev.org/#/c/746142/
2020-08-19 10:29:00 -03:00

7 lines
326 B
YAML

---
deprecations:
- |
Deprecate the use of ``remote_ip_prefix`` in metering label rules, and it
will be removed in future releases. One should use instead the
``source_ip_prefix`` and/or ``destination_ip_prefix`` parameters. For more
details, please refer to the spec: https://review.opendev.org/#/c/744702/.