Re: [dev] GCE compute driver cannot create volume at a given location

2017-04-27 Thread Francisco Javier Ros Muñoz
Thanks Eric, the following PRs should close the issue: https://github.com/apache/libcloud/pull/1047 https://github.com/apache/libcloud/pull/1048 Best, -- Francisco J. Ros > El 27 abr 2017, a las 19:03, Eric Johnson escribió: > > Hi Francisco, > > I agree with you that #2 would be best. I woul

Re: [dev] GCE compute driver cannot create volume at a given location

2017-04-27 Thread Eric Johnson
Hi Francisco, I agree with you that #2 would be best. I would assume most client code was written based off the docs, so we should make sure it's supported with the code. Especially since it used to work that way. And thanks for the quick fix in #1046 too! Thank you, Eric On Thu, Apr 27, 2017 a

[dev] GCE compute driver cannot create volume at a given location

2017-04-27 Thread Francisco Javier Ros Muñoz
Hi again, I’ve found another issue when trying to upgrade to libcloud-2.0.0. GCENodeDriver.create_volume() has an optional ‘location’ parameter that, according to the docs, can be of type ‘str’, ‘GCEZone’ or ‘NodeLocation’. If something other than a str is passed as argument, the call fails in