[openstack-dev] [neutron][ipam] max_fixed_ips_per_port

Gary Kotton gkotton at vmware.com
Wed Aug 31 11:36:49 UTC 2016


Hi,
In commit 37277cf4168260d5fa97f20e0b64a2efe2d989ad [i] and commit fc661571765054ff09e41aa6c7fc32f80fd0a98d [ii] this variable was marked as deprecated. A number of neutron plugins make use of this to ensure that only one IP address can be configured per port per subnet. There are cases where the DHCP implementations only enabled one MAC:IP mapping. So this makes life very simple for us by setting a configuration variable.
The deprecations and possible removal in N, O or P could cause issues.
Would it be possible to do one of the two options:

1.       revert the two patches below with the deprecation warnings [iii]

2.       Or add a callback that would enable plugins to add their own validation logic (I need to push a patch if the option above is a no go.
Thanks
Gary

[i] https://github.com/openstack/neutron/commit/37277cf4168260d5fa97f20e0b64a2efe2d989ad
[ii] https://github.com/openstack/neutron/commit/fc661571765054ff09e41aa6c7fc32f80fd0a98d
[iii] https://review.openstack.org/#/c/363599/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160831/078d226d/attachment.html>


More information about the OpenStack-dev mailing list