3f290dee6b
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
6 lines
195 B
YAML
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.
|