ea061e8031
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
10 lines
372 B
YAML
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.
|