Translations:Working with images/17/en: Difference between revisions
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 | =Uploading an image= | ||
The first step is to install the OpenStack client and download the OpenStack RC file and source it (see [[OpenStack | 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
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
[name@server ~]$ openstack image create --file <path-to-local-file-image> --disk-format <format> <new-image-name>