Managing your cloud resources with OpenStack/en: Difference between revisions

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 183: Line 183:


You can then download a particular image with
You can then download a particular image with
{{Command|openstack image save --file ./<file-name-for-image>.<format> 2c751755-854d-49c3-af82-d501e51e7159}}
{{Command|openstack image save --file ./<file-name-for-image>.<format> <ID>}}
where <format> matches that given in the table above for your selected image and the last argument is the <code>ID</code> of the image you wish to download.
where <format> matches the value of the Disk format column and the last argument is the image ID.


=Creating VirtualBox VM from a Cloud Image=
=Creating VirtualBox VM from a Cloud Image=
38,789

edits