Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion user/pages/03.Howtos/07.upload-images/docs.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ After [sourcing the openrc.sh](../../02.Tutorials/02.api-access/docs.en.md) you

```shell
openstack image create --progress --private --disk-format=qcow2 --container-format=bare \
--property architecture=x86_64 --name="Ubuntu Noble" --file noble-server-cloudimg-amd64.img
--property architecture=x86_64 --file noble-server-cloudimg-amd64.img "Ubuntu Noble"
```

!!! Please refer to the [official
OpenStackClient](https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/image-v2.html#image-create)
documentation for the list of the supported parameters.

## Image sources

!!! [This overview](../../04.Reference/06.images/docs.en.md#image-sources) contains a list of standard images sources.