This appears to be a bug. I've filed it on launchpad[1] with a fix[2]. 1. https://bugs.launchpad.net/python-neutronclient/+bug/1338910 2. https://review.openstack.org/#/c/105377/ On Mon, Jul 7, 2014 at 8:50 AM, Stefan Apostoaie <iosstef at gmail.com> wrote: > Hi, > > I'm using openstack icehouse to develop a neutron plugin and I have a > issue with the timeouts the neutronclient gives to nova. For me the > create_port neutron API request takes a lot of time when hundreds of > instances are involved and nova gets a timeout. That's why I tried > increasing the neutron_url_timeout property to 60 seconds in nova.conf. The > problem is this increase doesn't change anything, the create_port request > still timeouts after 30 seconds. > I looked in the neutronclient code (neutronclient.client.HTTPClient) and > saw that the timeout value that is being set is not used anywhere. I > expected a reference in the _cs_request but couldn't find one. Also from > what I can understand from the create_port flow the **kwargs don't contain > the timeout parameter. Could this be a bug? > > Regards, > Stefan > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Kevin Benton -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140707/0defc57b/attachment.html>