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

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Uploading an Image=
=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]]).
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
Then run the command
{{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>}}

Latest revision as of 18:32, 22 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>}}

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

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