shade/releasenotes/notes/removed-glanceclient-105c7fba9481b9be.yaml
Monty Taylor db45323809
Update sphinx and turn on warnings-is-error
In order to do that, fix the warnings that are now errors.

Change-Id: I1e582a6763fc82496e4ab33f60ced193b0534f28
2017-03-16 12:17:51 +01:00

10 lines
373 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.