67b0be383e
To finish the migration from novaclient to openstacksdk, this change removes all usage of novaclient and drops it as a dependency. It also changes the ironic and maas helpers to use the nova_helper instead of a nova client directly. Change-Id: I24bc6ccc32963d06300908cc4e82c440caa3264d Signed-off-by: jgilaber <jgilaber@redhat.com>
15 lines
569 B
YAML
15 lines
569 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Connection settings for Nova should be added
|
|
directly to the [nova] section of the configuration now, instead of [nova_client].
|
|
deprecations:
|
|
- |
|
|
The nova_client configuration options are deprecated and will be removed
|
|
in a future release. Operators should migrate to the keystoneauth adapter
|
|
configuration options in the [nova] configuration group.
|
|
other:
|
|
- |
|
|
Added support for openstacksdk as an alternative to novaclient. Usage of
|
|
novaclient has been removed and python-novaclient has been removed as a dependency.
|