python-openstackclient/releasenotes/notes/migrate-server-backup-to-sdk-0f170baf38e98b40.yaml
Diwei Zhu 57aad01886 Switch server backup to sdk.
Switch this command from novaclient to SDK. As this is the first command
related to server that we are migrating, we need to extend our test
fakes to support fake Server resources. The extended fakes will replace
the old ones once all commands related to server are switched.

Change-Id: If476fb1614a64320ed071bbda35e941bf3290a2e
2021-10-27 09:11:27 +00:00

5 lines
80 B
YAML

---
features:
- |
Migrate openstack server backup from novaclient to sdk.