Working with images/fr: Difference between revisions

Created page with "où * <path-to-local-file-image> est le chemin vers le fichier qui contient l'image à téléverser; * <format> est le format du disque; si aucun format n'est spécifié, le f..."
(Created page with "Pour télécharger une image en particulier, utilisez la commande {{Command|openstack image save --file ./<file-name-for-image>.<format> 2c751755-854d-49c3-af82-d501e51e7159}}...")
(Created page with "où * <path-to-local-file-image> est le chemin vers le fichier qui contient l'image à téléverser; * <format> est le format du disque; si aucun format n'est spécifié, le f...")
Line 93: Line 93:
{{Command|openstack image create --file <path-to-local-file-image> --disk-format <format> <new-image-name>}}
{{Command|openstack image create --file <path-to-local-file-image> --disk-format <format> <new-image-name>}}


where
* <path-to-local-file-image> is the path to the file containing the image you wish to upload from your local machine,
* <path-to-local-file-image> est le chemin vers le fichier qui contient l'image à téléverser;
* <format> is the disk format; if not specified, the raw format is assumed, which is incorrect since it can cause issues when using the image in OpenStack,
* <format> est le format du disque; si aucun format n'est spécifié, le format ''raw'' s'applique, ce qui est incorrect et peut causer des problèmes pour l'image dans OpenStack;
* <new-image-name> is the name of the image as it appears on the OpenStack dashboard.
* <new-image-name> est le nom de l'image sur le tableau de bord OpenStack.


=Creating a VirtualBox VM from a Cloud Image=
=Creating a VirtualBox VM from a Cloud Image=
rsnt_translations
56,430

edits