db45323809
In order to do that, fix the warnings that are now errors. Change-Id: I1e582a6763fc82496e4ab33f60ced193b0534f28
10 lines
373 B
YAML
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.
|