summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDaniel Wilson <danielcw@bu.edu>2022-10-24 23:05:17 -0400
committerStephen Finucane <sfinucan@redhat.com>2022-11-30 12:18:31 +0000
commit86c54701348d519139c52722197d262c35f7ea8e (patch)
treec72d96cc9aec9b6553f5fccdd91b4fddbabc6844 /releasenotes
parent6cd72f61826a1af79fe9244240d95283203cd03b (diff)
downloadpython-openstackclient-86c54701348d519139c52722197d262c35f7ea8e.tar.gz
Use the SDK in server migration list
Update server migration list to use the OpenStack SDK instead of directly using the nova interface. Change-Id: I40dc95ee47e7c33ebf596f8ad437228b4bb0ab33
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/switch-server-migration-to-sdk-4e4530f787f90fd2.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/switch-server-migration-to-sdk-4e4530f787f90fd2.yaml b/releasenotes/notes/switch-server-migration-to-sdk-4e4530f787f90fd2.yaml
new file mode 100644
index 00000000..318ac097
--- /dev/null
+++ b/releasenotes/notes/switch-server-migration-to-sdk-4e4530f787f90fd2.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ The ``server migration *`` commands now use the OpenStackSDK instead of
+ novaclient.