Skip to content

Commit 8aa21fa

Browse files
committed
Merge branch 'feat/add-iaas-image-selection' into staging
2 parents e5e7b52 + ee5eb99 commit 8aa21fa

File tree

1 file changed

+2
-1
lines changed
  • user-docs/usage-hints/find-image

1 file changed

+2
-1
lines changed

user-docs/usage-hints/find-image/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ Unlike with Python, we can pass the `os_purpose` field just like the other
9292
properties.
9393

9494
```bash
95-
openstack image list --property os_distro="$DIST" --property os_version="$VERS" --property os_purpose="$PURP" -f value -c ID -c Name --sort name:desc,created_at:desc
95+
openstack image list --property os_distro="$DIST" --property os_version="$VERS" \
96+
--property os_purpose="$PURP" -f value -c ID -c Name --sort name:desc,created_at:desc
9697
```
9798

9899
where `OS_CLOUD` environment has been configured to access your cloud project and

0 commit comments

Comments
 (0)