CloudKitty's v1 API has been deprecated for a while, but the CLI continued to use that as a default, keeping v2 as optional. This patch changes that behaviour, switching to use the more modern and currently maintained v2 as default, while v1 is still available via the --os-rating-api-version parameter. Change-Id: I4ca8c4f69b022af53d9f7ec71f3a2efadfc9163e Signed-off-by: Juan Larriba <jlarriba@redhat.com>
9 lines
377 B
YAML
9 lines
377 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The default API version has been changed from v1 to v2. Users who want
|
|
to continue using the v1 API must now explicitly specify the API version
|
|
using the ``--os-rating-api-version 1`` CLI option or by setting the
|
|
``OS_RATING_API_VERSION=1`` environment variable. If no version is
|
|
specified, the client will now use the v2 API by default.
|