1f11840dd8
As a stepping stone to the os-client-config patch, first switch to using keystoneauth, its Session and its argparse registration and plugin loading to sort out any issues with that level of plumbing. The next patch will layer on the ability to use os-client-config for argument processing and client construction. Change-Id: Id681e5eb56b47d06000620f7c92c9b0c5f8d4408
12 lines
374 B
YAML
12 lines
374 B
YAML
---
|
|
features:
|
|
- keystoneauth plugins are now supported.
|
|
upgrade:
|
|
- novaclient now requires the keystoneauth library.
|
|
deprecations:
|
|
- novaclient auth strategy plugins are deprecated. Please use
|
|
keystoneauth auth plugins instead.
|
|
- nova credentials is deprecated. Please use openstack token issue
|
|
- nova endpoints is deprecated. Please use openstack catalog list
|
|
instead.
|