Translations:Working with images/17/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "=Téléverser une image=")
 
No edit summary
 
Line 1: Line 1:
=Téléverser une image=
=Téléverser une image=
Installez d'abord le client OpenStack, puis téléchargez et exécutez le fichier OpenStack RC (voir [[OpenStack command line clients|Client ligne de commande]], section Connecter le client ligne de commande à OpenStack).
Lancez la commande {{Command|openstack image create --file <path-to-local-file-image> --disk-format <format> <new-image-name>}}

Latest revision as of 20:59, 17 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Working with images)
=Uploading an image=
The first step is to install the OpenStack client and download the OpenStack RC file and source it (see [[OpenStack command line clients]]).
Then run the command
{{Command|openstack image create --file <path-to-local-file-image> --disk-format <format> <new-image-name>}}

Téléverser une image

Installez d'abord le client OpenStack, puis téléchargez et exécutez le fichier OpenStack RC (voir Client ligne de commande, section Connecter le client ligne de commande à OpenStack).

Lancez la commande

Question.png
[name@server ~]$ openstack image create --file <path-to-local-file-image> --disk-format <format> <new-image-name>