Brian Curtin created LIBCLOUD-515:
-------------------------------------
Summary: Region setting is sticky
Key: LIBCLOUD-515
URL: https://issues.apache.org/jira/browse/LIBCLOUD-515
Project: Libcloud
Issue Type: Bug
Components: Compute
Reporter: Brian Curtin
Within the same interpreter session, creating more than one driver object to
different regions will only work through the first region. This was reported at
https://twitter.com/devops_doge/status/431876246566232064 and has been
confirmed on Rackspace. Unsure if it affects other providers.
For example, creating two compute drivers, one with region="ord" and one with
region="iad", whichever one you did first is where all operations will go
through. In the end, we're creating servers in the wrong location.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)