diff options
| author | Steve Martinelli <s.martinelli@gmail.com> | 2017-02-22 14:09:25 -0600 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2017-02-22 14:09:25 -0600 |
| commit | 4b293c57c83fc5214d9e2785261d4667ba3aa93e (patch) | |
| tree | 83a822292b016274b176bbcaaee9ab93c3d296c7 /doc/source/data/glance.csv | |
| parent | 3746fd2caf1dd3853a4def5f8f5f228bb1b1871a (diff) | |
| download | python-openstackclient-4b293c57c83fc5214d9e2785261d4667ba3aa93e.tar.gz | |
add keystone and glance -> osc mapping
Change-Id: I99cd8b11a5d5fc6dc5d2f4584b837ea0f44d665a
Diffstat (limited to 'doc/source/data/glance.csv')
| -rw-r--r-- | doc/source/data/glance.csv | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/data/glance.csv b/doc/source/data/glance.csv new file mode 100644 index 00000000..2985e307 --- /dev/null +++ b/doc/source/data/glance.csv @@ -0,0 +1,24 @@ +explain,WONTFIX,Describe a specific model.
+image-create,image create,Create a new image.
+image-deactivate,image set --deactivate,Deactivate specified image.
+image-delete,image delete,Delete specified image.
+image-download,image save,Download a specific image.
+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.
+image-tag-delete,image set --tag <tag>,Delete the tag associated with the given image.
+image-tag-update,image unset --tag <tag>,Update an image with the given tag.
+image-update,image set,Update an existing image.
+image-upload,,Upload data for a specific image.
+location-add,,Add a location (and related metadata) to an image.
+location-delete,,Remove locations (and related metadata) from an image.
+location-update,,Update metadata of an image's location.
+member-create,image add project,Create member for a given image.
+member-delete,image remove project,Delete image member.
+member-list,,Describe sharing permissions by image.
+member-update,image set --accept --reject --status,Update the status of a member for a given image.
+task-create,,Create a new task.
+task-list,,List tasks you can access.
+task-show,,Describe a specific task.
+bash-completion,complete,Prints arguments for bash_completion.
+help,help,Display help about this program or one of its subcommands.
\ No newline at end of file |
