Skip to content

Commit e49c3f6

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Sort commands in docs"
2 parents 71796a0 + 8c31383 commit e49c3f6

2 files changed

Lines changed: 70 additions & 70 deletions

File tree

doc/source/command-objects/flavor.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -118,22 +118,6 @@ List flavors
118118

119119
Maximum number of flavors to display
120120

121-
flavor show
122-
-----------
123-
124-
Display flavor details
125-
126-
.. program:: flavor show
127-
.. code:: bash
128-
129-
os flavor show
130-
<flavor>
131-
132-
.. _flavor_show-flavor:
133-
.. describe:: <flavor>
134-
135-
Flavor to display (name or ID)
136-
137121
flavor set
138122
----------
139123

@@ -154,6 +138,22 @@ Set flavor properties
154138

155139
Flavor to modify (name or ID)
156140

141+
flavor show
142+
-----------
143+
144+
Display flavor details
145+
146+
.. program:: flavor show
147+
.. code:: bash
148+
149+
os flavor show
150+
<flavor>
151+
152+
.. _flavor_show-flavor:
153+
.. describe:: <flavor>
154+
155+
Flavor to display (name or ID)
156+
157157
flavor unset
158158
------------
159159

doc/source/command-objects/image.rst

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ image
44

55
Image v1, v2
66

7+
image add project
8+
-----------------
9+
10+
*Only supported for Image v2*
11+
12+
Associate project with image
13+
14+
.. program:: image add project
15+
.. code:: bash
16+
17+
os image add project
18+
[--project-domain <project-domain>]
19+
<image> <project>
20+
21+
.. option:: --project-domain <project-domain>
22+
23+
Domain the project belongs to (name or ID).
24+
This can be used in case collisions between project names exist.
25+
26+
.. describe:: <image>
27+
28+
Image to share (name or ID).
29+
30+
.. describe:: <project>
31+
32+
Project to associate with image (name or ID)
33+
734
image create
835
------------
936

@@ -206,6 +233,33 @@ List available images
206233
The last image (name or ID) of the previous page. Display list of images
207234
after marker. Display all images if not specified.
208235
236+
image remove project
237+
--------------------
238+
239+
*Only supported for Image v2*
240+
241+
Disassociate project with image
242+
243+
.. program:: image remove project
244+
.. code:: bash
245+
246+
os image remove remove
247+
[--project-domain <project-domain>]
248+
<image> <project>
249+
250+
.. option:: --project-domain <project-domain>
251+
252+
Domain the project belongs to (name or ID).
253+
This can be used in case collisions between project names exist.
254+
255+
.. describe:: <image>
256+
257+
Image to unshare (name or ID).
258+
259+
.. describe:: <project>
260+
261+
Project to disassociate with image (name or ID)
262+
209263
image save
210264
----------
211265
@@ -445,57 +499,3 @@ Display image details
445499
.. describe:: <image>
446500
447501
Image to display (name or ID)
448-
449-
image add project
450-
-----------------
451-
452-
*Only supported for Image v2*
453-
454-
Associate project with image
455-
456-
.. program:: image add project
457-
.. code:: bash
458-
459-
os image add project
460-
[--project-domain <project-domain>]
461-
<image> <project>
462-
463-
.. option:: --project-domain <project-domain>
464-
465-
Domain the project belongs to (name or ID).
466-
This can be used in case collisions between project names exist.
467-
468-
.. describe:: <image>
469-
470-
Image to share (name or ID).
471-
472-
.. describe:: <project>
473-
474-
Project to associate with image (name or ID)
475-
476-
image remove project
477-
--------------------
478-
479-
*Only supported for Image v2*
480-
481-
Disassociate project with image
482-
483-
.. program:: image remove project
484-
.. code:: bash
485-
486-
os image remove remove
487-
[--project-domain <project-domain>]
488-
<image> <project>
489-
490-
.. option:: --project-domain <project-domain>
491-
492-
Domain the project belongs to (name or ID).
493-
This can be used in case collisions between project names exist.
494-
495-
.. describe:: <image>
496-
497-
Image to unshare (name or ID).
498-
499-
.. describe:: <project>
500-
501-
Project to disassociate with image (name or ID)

0 commit comments

Comments
 (0)