From 964443a5defa5fb3187d50da6b9b57526f395798 Mon Sep 17 00:00:00 2001 From: arnaud Date: Tue, 2 Jan 2024 15:54:39 +0000 Subject: [PATCH] update image list output --- cloud/training/101.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cloud/training/101.md b/cloud/training/101.md index 16c603f..24a1084 100644 --- a/cloud/training/101.md +++ b/cloud/training/101.md @@ -88,9 +88,10 @@ This will output a long table with the names and IDs of the available images: +--------------------------------------+-----------+--------+ | ID | Name | Status | +--------------------------------------+-----------+--------+ -| 3a2089f1-9b9d-4dc1-970a-9dcb785c01c9 | Debian 10 | active | -| a24ca64a-ee45-48fa-8ec7-d2cd032e31b2 | cirros | active | +| 96b2b90b-ab15-456f-a467-6da0890768e9 | Debian 12 | active | +| 9c9f0f71-c91d-467e-80d0-620c2c514e98 | cirros | active | +--------------------------------------+-----------+--------+ + ```