Thanks! So _generate_ip @ neutron.db.db_base_plugin_v2.py is one of the methods I need to modify. Is there something like this http://docs.openstack.org/developer/nova/devref/hooks.html in Neutron for extending its methods or do I need to make a patch if I wish to distribute my changes? Regards, Lari > Hi, > > You can take a look at the patches in this blueprint: > https://blueprints.launchpad.net/neutron/+spec/configurable-ip-allocation > > There was also a bp created earlier to talk to an external IPAM: > https://blueprints.launchpad.net/neutron/+spec/neutron-ipam > > Thanks, > ~Sumit. > > > On Wed, Nov 13, 2013 at 7:22 PM, Lari Partanen <lari.partanen at gmail.com>wrote: > > > Hi, > > > > our company is using an IPAM solution that we would like to integrate with > > OpenStack. The idea would be that when instances request IP addresses they > > would get a free IP address from our IPAM which would be then allocated to > > them and when instances are deleted the IP addresses are released from the > > IPAM. > > > > I've gone through the source code but I'm having hard time figuring out > > how should I proceed with the integration. I would be grateful on > > information about what methods I should be looking for in the source code > > and how to extend them properly. > > > > Thanks! > > _______________________________________________ > > OpenStack-dev mailing list > > OpenStack-dev at lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20131114/f46c0e7f/attachment.html>