summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-10-20 13:49:17 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-11-09 16:51:54 +0000
commit4eea3408dc492e948671b625ffc4379212b5857c (patch)
tree2247c3025d94214898441d5852992b78867dda79 /releasenotes
parent1fb8d1f48b256a2bad78e7d5633ea53c6537907c (diff)
downloadpython-openstackclient-4eea3408dc492e948671b625ffc4379212b5857c.tar.gz
image: Add 'image import' command
Note that we require some additional functionality in SDK for this to work properly, but it's a start. Change-Id: I87f94db6cced67f36f71685e791416f9eed16bd0 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/image-import-d5da3e5ce8733fb0.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/image-import-d5da3e5ce8733fb0.yaml b/releasenotes/notes/image-import-d5da3e5ce8733fb0.yaml
new file mode 100644
index 00000000..0c394c82
--- /dev/null
+++ b/releasenotes/notes/image-import-d5da3e5ce8733fb0.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add ``image import`` command, allowing users to take advantage of the
+ interoperable image import functionality first introduced in Glance 16.0.0
+ (Queens).