From 9cd6204a5d5eb873f391a0d382c2b11f3f348b90 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 6 Jul 2023 17:35:56 +0100 Subject: [PATCH] doc: Split image command documentation This document is growing a bit too big now. Change-Id: Iadf7f28d2307d1598e378bd49a09e75e1235d779 Signed-off-by: Stephen Finucane --- .../cli/command-objects/image-member.rst | 14 ++++++++ .../cli/command-objects/image-metadef.rst | 23 +++++++++++++ doc/source/cli/command-objects/image-task.rst | 11 ++++++ doc/source/cli/command-objects/image-v2.rst | 34 ++++++++++++++++--- 4 files changed, 78 insertions(+), 4 deletions(-) create mode 100644 doc/source/cli/command-objects/image-member.rst create mode 100644 doc/source/cli/command-objects/image-metadef.rst create mode 100644 doc/source/cli/command-objects/image-task.rst diff --git a/doc/source/cli/command-objects/image-member.rst b/doc/source/cli/command-objects/image-member.rst new file mode 100644 index 0000000000..4b48991cb3 --- /dev/null +++ b/doc/source/cli/command-objects/image-member.rst @@ -0,0 +1,14 @@ +============ +image member +============ + +Image v2 + +.. autoprogram-cliff:: openstack.image.v2 + :command: image add project + +.. autoprogram-cliff:: openstack.image.v2 + :command: image remove project + +.. autoprogram-cliff:: openstack.image.v2 + :command: image member list diff --git a/doc/source/cli/command-objects/image-metadef.rst b/doc/source/cli/command-objects/image-metadef.rst new file mode 100644 index 0000000000..0a41d9261d --- /dev/null +++ b/doc/source/cli/command-objects/image-metadef.rst @@ -0,0 +1,23 @@ +============= +image metadef +============= + +Image v2 + +.. autoprogram-cliff:: openstack.image.v2 + :command: image metadef namespace create + +.. autoprogram-cliff:: openstack.image.v2 + :command: image metadef namespace delete + +.. autoprogram-cliff:: openstack.image.v2 + :command: image metadef namespace list + +.. autoprogram-cliff:: openstack.image.v2 + :command: image metadef namespace set + +.. autoprogram-cliff:: openstack.image.v2 + :command: image metadef namespace show + +.. autoprogram-cliff:: openstack.image.v2 + :command: image metadef resource type list diff --git a/doc/source/cli/command-objects/image-task.rst b/doc/source/cli/command-objects/image-task.rst new file mode 100644 index 0000000000..0021192042 --- /dev/null +++ b/doc/source/cli/command-objects/image-task.rst @@ -0,0 +1,11 @@ +========== +image task +========== + +Image v2 + +.. autoprogram-cliff:: openstack.image.v2 + :command: image task list + +.. autoprogram-cliff:: openstack.image.v2 + :command: image task show diff --git a/doc/source/cli/command-objects/image-v2.rst b/doc/source/cli/command-objects/image-v2.rst index 473b26d07b..4a2a4d0f90 100644 --- a/doc/source/cli/command-objects/image-v2.rst +++ b/doc/source/cli/command-objects/image-v2.rst @@ -1,6 +1,32 @@ -======== -image v2 -======== +===== +image +===== + +Image v2 .. autoprogram-cliff:: openstack.image.v2 - :command: image * + :command: image create + +.. autoprogram-cliff:: openstack.image.v2 + :command: image delete + +.. autoprogram-cliff:: openstack.image.v2 + :command: image list + +.. autoprogram-cliff:: openstack.image.v2 + :command: image save + +.. autoprogram-cliff:: openstack.image.v2 + :command: image set + +.. autoprogram-cliff:: openstack.image.v2 + :command: image unset + +.. autoprogram-cliff:: openstack.image.v2 + :command: image show + +.. autoprogram-cliff:: openstack.image.v2 + :command: image stage + +.. autoprogram-cliff:: openstack.image.v2 + :command: image import