Translations:Managing your cloud resources with OpenStack/50/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
m (FuzzyBot moved page Translations:OpenStack/50/en to Translations:Managing your cloud resources with OpenStack/50/en without leaving a redirect: Part of translatable page "OpenStack") |
||
(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:42, 8 November 2022
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>