diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-10-20 13:49:17 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-11-09 16:51:54 +0000 |
| commit | 4eea3408dc492e948671b625ffc4379212b5857c (patch) | |
| tree | 2247c3025d94214898441d5852992b78867dda79 /doc/source | |
| parent | 1fb8d1f48b256a2bad78e7d5633ea53c6537907c (diff) | |
| download | python-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 'doc/source')
| -rw-r--r-- | doc/source/cli/data/glance.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/glance.csv b/doc/source/cli/data/glance.csv index 26f720cd..d5c65f2d 100644 --- a/doc/source/cli/data/glance.csv +++ b/doc/source/cli/data/glance.csv @@ -4,7 +4,7 @@ image-create-via-import,,EXPERIMENTAL: Create a new image via image import. image-deactivate,image set --deactivate,Deactivate specified image. image-delete,image delete,Delete specified image. image-download,image save,Download a specific image. -image-import,,Initiate the image import taskflow. +image-import,image import,Initiate the image import taskflow. image-list,image list,List images you can access. image-reactivate,image set --activate,Reactivate specified image. image-show,image show,Describe a specific image. |
