Re: [openstack-dev] [neutron] subnetallocation is in core resource, while there is a extension for it?

2015-09-01 Thread Tidwell, Ryan
This was a compromise we made toward the end of Kilo. The subnetpools resource was implemented as a core resource, but for purposes of Horizon interaction and a lack of another method for evolving the Neutron API we deliberately added a shim extension. I believe this was done with a couple

[openstack-dev] [neutron] subnetallocation is in core resource, while there is a extension for it?

2015-08-31 Thread gong_ys2004
Hi, neutron guys,look at https://github.com/openstack/neutron/blob/master/neutron/extensions/subnetallocation.py,which defines an extension Subnetallocation but defines no extension resource. Actually, it is implementedin core resource.So I think we should remove this extension. I filed a bug