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
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
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