[openstack-dev] [Neutron] neutron_url_timeout

2014-07-07 Thread Stefan Apostoaie
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

[openstack-dev] [Neutron] Find the compute host on which a VM runs

2013-11-15 Thread Stefan Apostoaie
need to know when a create_port call is made to my plugin is on which compute host the VM is created (so that our controller will run the configuration on that host). Is there a way to find out this information from the plugin? Regards, Stefan Apostoaie