neutron-lib/releasenotes/notes/extra-dhcp-opt-public-vars-ec4e1c2dcac43d69.yaml
Boden R 3f290dee6b make extra_dhcp_opt vars public
The extra_dhcp_opt api-def variables VALID_BLANK_EXTRA_DHCP_OPTS and
DHCP_OPT_VALUE_MAX_LEN may need to be referenced by consumers; for
example during data processing [1]. While consumers can access these
values indirectly via the api-def's EXTRA_DHCP_OPT_KEY_SPECS, it's
a bit messy.

This patch makes those variables public allowing consumers to reference
them from a single simple location.

[1] https://github.com/openstack/neutron/blob/master/neutron/db/extradhcpopt_db.py#L32

Change-Id: I9f9898ba400f3786ef643bbcba744c035c77089f
2017-05-11 22:42:51 +00:00

6 lines
195 B
YAML

---
features:
- The constants ``VALID_BLANK_EXTRA_DHCP_OPTS`` and ``DHCP_OPT_VALUE_MAX_LEN``
are now public in the ``neutron_lib.api.definitions.extra_dhcp_opt`` API
definition module.