libcloud icon indicating copy to clipboard operation
libcloud copied to clipboard

RFE: default openstack `api_version` to latest

Open ktdreyer opened this issue 4 years ago • 2 comments

Feature Request

libcloud/compute/drivers/openstack.py defaults to API version "1.1".

DEFAULT_API_VERSION = '1.1'

It would be nice to default to the very latest API version ("2.2" as of this writing) so that new libcloud users can get started with the latest code easily.

ktdreyer avatar Jan 11 '21 18:01 ktdreyer

Yeah, this seems a reasonable change to me.

But perhaps we should default it to current latest (2.2) to avoid issues when a new version is released?

Having said that - are you willing to make that change? Should be a small code + tests change and we should also add entry to docs upgrade notes.

Kami avatar Jan 23 '21 10:01 Kami

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.

stale[bot] avatar Jun 26 '21 03:06 stale[bot]