Skip to content

Commit 9cd6204

Browse files
committed
doc: Split image command documentation
This document is growing a bit too big now. Change-Id: Iadf7f28d2307d1598e378bd49a09e75e1235d779 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 52bf194 commit 9cd6204

4 files changed

Lines changed: 78 additions & 4 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
============
2+
image member
3+
============
4+
5+
Image v2
6+
7+
.. autoprogram-cliff:: openstack.image.v2
8+
:command: image add project
9+
10+
.. autoprogram-cliff:: openstack.image.v2
11+
:command: image remove project
12+
13+
.. autoprogram-cliff:: openstack.image.v2
14+
:command: image member list
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
=============
2+
image metadef
3+
=============
4+
5+
Image v2
6+
7+
.. autoprogram-cliff:: openstack.image.v2
8+
:command: image metadef namespace create
9+
10+
.. autoprogram-cliff:: openstack.image.v2
11+
:command: image metadef namespace delete
12+
13+
.. autoprogram-cliff:: openstack.image.v2
14+
:command: image metadef namespace list
15+
16+
.. autoprogram-cliff:: openstack.image.v2
17+
:command: image metadef namespace set
18+
19+
.. autoprogram-cliff:: openstack.image.v2
20+
:command: image metadef namespace show
21+
22+
.. autoprogram-cliff:: openstack.image.v2
23+
:command: image metadef resource type list
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
==========
2+
image task
3+
==========
4+
5+
Image v2
6+
7+
.. autoprogram-cliff:: openstack.image.v2
8+
:command: image task list
9+
10+
.. autoprogram-cliff:: openstack.image.v2
11+
:command: image task show
Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
1-
========
2-
image v2
3-
========
1+
=====
2+
image
3+
=====
4+
5+
Image v2
6+
7+
.. autoprogram-cliff:: openstack.image.v2
8+
:command: image create
9+
10+
.. autoprogram-cliff:: openstack.image.v2
11+
:command: image delete
12+
13+
.. autoprogram-cliff:: openstack.image.v2
14+
:command: image list
15+
16+
.. autoprogram-cliff:: openstack.image.v2
17+
:command: image save
18+
19+
.. autoprogram-cliff:: openstack.image.v2
20+
:command: image set
21+
22+
.. autoprogram-cliff:: openstack.image.v2
23+
:command: image unset
24+
25+
.. autoprogram-cliff:: openstack.image.v2
26+
:command: image show
27+
28+
.. autoprogram-cliff:: openstack.image.v2
29+
:command: image stage
430

531
.. autoprogram-cliff:: openstack.image.v2
6-
:command: image *
32+
:command: image import

0 commit comments

Comments
 (0)