@@ -23,10 +23,12 @@ Associate project with image
2323 Domain the project belongs to (name or ID).
2424 This can be used in case collisions between project names exist.
2525
26+ .. _image_add_project-image :
2627.. describe :: <image>
2728
2829 Image to share (name or ID).
2930
31+ .. _image_add_project-project :
3032.. describe :: <project>
3133
3234 Project to associate with image (name or ID)
@@ -83,15 +85,15 @@ Create/upload an image
8385
8486.. option:: --size < size>
8587
86- Image size, in bytes (only used with --location and --copy-from)
88+ Image size, in bytes (only used with :option: ` --location` and :option: ` --copy-from` )
8789
8890 * Image version 1 only.*
8991
9092.. option:: --min-disk < disk-gb>
9193
9294 Minimum disk size needed to boot image, in gigabytes
9395
94- .. option:: --min-ram < disk- ram>
96+ .. option:: --min-ram < ram-mb >
9597
9698 Minimum RAM size needed to boot image, in megabytes
9799
@@ -103,7 +105,7 @@ Create/upload an image
103105
104106.. option:: --copy-from < image-url>
105107
106- Copy image from the data store (similar to --location)
108+ Copy image from the data store (similar to :option: ` --location` )
107109
108110 * Image version 1 only.*
109111
@@ -117,7 +119,7 @@ Create/upload an image
117119
118120.. option:: --force
119121
120- Force image creation if volume is in use (only meaningful with --volume)
122+ Force image creation if volume is in use (only meaningful with :option: ` --volume` )
121123
122124.. option:: --checksum < checksum>
123125
@@ -163,6 +165,7 @@ Create/upload an image
163165
164166 .. versionadded:: 2
165167
168+ .. _image_create-image-name:
166169.. describe:: < image-name>
167170
168171 New image name
@@ -178,6 +181,7 @@ Delete image(s)
178181 openstack image delete
179182 < image>
180183
184+ .. _image_delete-image:
181185.. describe:: < image>
182186
183187 Image(s) to delete (name or ID)
@@ -246,13 +250,15 @@ Disassociate project with image
246250
247251 openstack image remove remove
248252 [--project-domain < project-domain> ]
249- < image> < project>
253+ < image>
254+ < project>
250255
251256.. option:: --project-domain < project-domain>
252257
253258 Domain the project belongs to (name or ID).
254259 This can be used in case collisions between project names exist.
255260
261+ .. _image_remove_project:
256262.. describe:: < image>
257263
258264 Image to unshare (name or ID).
@@ -277,6 +283,7 @@ Save an image locally
277283
278284 Downloaded image save filename (default: stdout)
279285
286+ .. _image_save-image:
280287.. describe:: < image>
281288
282289 Image to save (name or ID)
@@ -294,7 +301,7 @@ Set image properties
294301 openstack image set
295302 [--name < name> ]
296303 [--min-disk < disk-gb> ]
297- [--min-ram < disk- ram> ]
304+ [--min-ram < ram-mb > ]
298305 [--container-format < container-format> ]
299306 [--disk-format < disk-format> ]
300307 [--size < size> ]
@@ -328,7 +335,7 @@ Set image properties
328335
329336 Minimum disk size needed to boot image, in gigabytes
330337
331- .. option:: --min-ram < disk- ram>
338+ .. option:: --min-ram < ram-mb >
332339
333340 Minimum RAM size needed to boot image, in megabytes
334341
@@ -377,7 +384,7 @@ Set image properties
377384
378385.. option:: --copy-from < image-url>
379386
380- Copy image from the data store (similar to --location)
387+ Copy image from the data store (similar to :option: ` --location` )
381388
382389 * Image version 1 only.*
383390
@@ -395,7 +402,7 @@ Set image properties
395402
396403.. option:: --force
397404
398- Force image update if volume is in use (only meaningful with --volume)
405+ Force image update if volume is in use (only meaningful with :option: ` --volume` )
399406
400407 * Image version 1 only.*
401408
@@ -483,6 +490,7 @@ Set image properties
483490
484491 .. versionadded:: 2
485492
493+ .. _image_set-image:
486494.. describe:: < image>
487495
488496 Image to modify (name or ID)
@@ -498,6 +506,7 @@ Display image details
498506 openstack image show
499507 < image>
500508
509+ .. _image_show-image:
501510.. describe:: < image>
502511
503512 Image to display (name or ID)
@@ -525,6 +534,7 @@ Unset image tags or properties
525534
526535 Unset a property on this image (repeat option to unset multiple properties)
527536
537+ .. _image_unset-image:
528538.. describe:: < image>
529539
530540 Image to modify (name or ID)
0 commit comments