llamasoft opened a new issue, #1885: URL: https://github.com/apache/libcloud/issues/1885
The OpenStack driver creates a new connection for every request it makes and results in a large amount of overhead when attempting to do bulk actions. https://github.com/apache/libcloud/blob/d163f9ba5938aff7d23dec72fa549a482f6836c7/libcloud/common/openstack.py#L359-L362 The connection only needs to be recreated if the host/port/secure value has changed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org