RFE: default openstack `api_version` to latest
オープン
api: compute
drivers: openstack
stale
- 主要言語
- Python
- スター
- 2.1k
- フォーク
- 931
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 4
説明
## Feature Request
[`libcloud/compute/drivers/openstack.py`](https://github.com/apache/libcloud/blob/trunk/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.
コントリビューションガイド
調査の方向性
libcloud/compute/drivers/openstack.py を開き、DEFAULT_API_VERSION と、その周辺にある API バージョンの処理を確認してください。デフォルトにすべき最新のサポート対象 OpenStack バージョンを確認し、その後、新しいユーザーと既存のバージョンオーバーライドの両方でデフォルトが正しく動作することを検証してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cloud, python
- 領域
- api, cloud
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100