File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
user/pages/03.Howtos/07.upload-images Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,13 @@ After [sourcing the openrc.sh](../../02.Tutorials/02.api-access/docs.en.md) you
2626
2727``` shell
2828openstack image create --progress --private --disk-format=qcow2 --container-format=bare \
29- --property architecture=x86_64 --name= " Ubuntu Noble " -- file noble-server-cloudimg-amd64.img
29+ --property architecture=x86_64 --file noble-server-cloudimg-amd64.img " Ubuntu Noble "
3030```
3131
32+ !!! Please refer to the [ official
33+ OpenStackClient] ( https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/image-v2.html#image-create )
34+ documentation for the list of the supported parameters.
35+
3236## Image sources
3337
3438!!! [ This overview] ( ../../04.Reference/06.images/docs.en.md#image-sources ) contains a list of standard images sources.
You can’t perform that action at this time.
0 commit comments