python-openstackclient/releasenotes/notes/bug-1642772-19f53765bef8ee91.yaml
Fei Long Wang 4bce716733 Using v2 as the default version of Glance
Glance API v1 has been deprecated, so it's better to use v2 as
the default API version in openstackclient.

Closes-Bug: 1642772

Change-Id: I7d9e3228a2f3a3d0da437b7ee6f23e528de27fd3
2016-11-18 12:58:31 +00:00

7 lines
304 B
YAML

---
fixes:
- Changed the default version of ``OS_IMAGE_API_VERSION`` to ``2``. Image v1
has been deprecated for more than six months and other projects, such as
`shade` and `os-client-config` are using Image v2 by default as well.
[Bug `1642772 <https://bugs.launchpad.net/bugs/1642772>`_]