shade/releasenotes/notes/removed-glanceclient-105c7fba9481b9be.yaml
Monty Taylor ea061e8031
Add release notes and an error message for release
In prepping for 1.14.0, it seemed there were a couple of important
release notes missing, as well as an informative error message
in case someone installs shade fresh and then tries to use
glance_client.

Change-Id: I17b8e7d3d1f6ac8172e49f4473137f51351f7e5d
2016-12-16 10:58:02 -06:00

10 lines
372 B
YAML

---
prelude: >
This release marks the beginning of the path towards removing all
of the 'python-*client' libraries as dependencies. Subsequent releases
should expect to have fewer and fewer library depdencies.
upgrade:
- Removed glanceclient as a dependency. All glance operations
are now performed with direct REST calls using keystoneauth
Adapter.