You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user-docs/usage-hints/find-image/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,8 @@ Unlike with Python, we can pass the `os_purpose` field just like the other
92
92
properties.
93
93
94
94
```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
96
97
```
97
98
98
99
where `OS_CLOUD` environment has been configured to access your cloud project and
0 commit comments