ba4cdcef57
Update the links for Ocata release notes to use HTTPS and to point to the series-specific page. Change-Id: Ib65c70f2760b8fa3cd94ede3ee7b74f9eaecf1d5 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
26 lines
859 B
YAML
26 lines
859 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: python-glanceclient
|
|
release-model: cycle-with-intermediary
|
|
team: glance
|
|
release-notes: https://docs.openstack.org/releasenotes/python-glanceclient/ocata.html
|
|
type: library
|
|
branches:
|
|
- name: stable/ocata
|
|
location: 2.6.0
|
|
releases:
|
|
- version: 2.6.0
|
|
projects:
|
|
- repo: openstack/python-glanceclient
|
|
hash: 9afb56c875c3fdc001f1b5e09c1126a008940e6c
|
|
highlights: >
|
|
- python-glanceclient supports Community Images
|
|
- Request IDs are now accessible for all objects returned via
|
|
the client API
|
|
- The ``ploop`` and ``vhdx`` disk formats are now supported in
|
|
glanceclient
|
|
- Invalid subcommands are now printed to standard out correctly
|
|
on both Python 2 and Python 3
|
|
- glanceclient has migrated from using python-keystoneclient to
|
|
keystoneauth1
|