Skip to content

Commit 83a60d4

Browse files
committed
fix: Fix the CLI image create command
1 parent 2c29a64 commit 83a60d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

user/pages/03.Howtos/07.upload-images/docs.en.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ After [sourcing the openrc.sh](../../02.Tutorials/02.api-access/docs.en.md) you
2626

2727
```shell
2828
openstack 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.

0 commit comments

Comments
 (0)