From 06fd7a53b8ef9badaa0f2781e08d6fd3d48f44dc Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Fri, 12 Jan 2024 11:41:07 +0100 Subject: [PATCH] Set debian 12 instead of 10 Signed-off-by: Arnaud M --- cloud/training/101.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/training/101.md b/cloud/training/101.md index 2c04954..1fa2c4d 100644 --- a/cloud/training/101.md +++ b/cloud/training/101.md @@ -144,7 +144,7 @@ openstack server create ... # command to be completed openstack help server create ``` -Q: what command did you use to boot a `small` `Debian 10` instance using your `keypair` on `public` network? +Q: what command did you use to boot a `small` `Debian 12` instance using your `keypair` on `public` network? When done, you will have an output like: ``` @@ -167,7 +167,7 @@ When done, you will have an output like: | flavor | small (3c83dfbd-abdb-43d0-b041-3ac44009c2f7) | | hostId | | | id | 369ad246-8c48-40f9-ada1-269c0844b34c | -| image | Debian 10 (d60f629d-7f22-4db8-9f4a-cf480a26856f) | +| image | Debian 12 (d60f629d-7f22-4db8-9f4a-cf480a26856f) | | key_name | mykey | | name | myvm01 | | progress | 0 | @@ -299,4 +299,4 @@ Try to deploy `demo-flask` with cloud-init ## Bonus 2 -Take a look at the [skyline WebUI](http://skyline.54.36.119.253.xip.opensteak.fr) and try to boot another instance from there. \ No newline at end of file +Take a look at the [skyline WebUI](http://skyline.54.36.119.253.xip.opensteak.fr) and try to boot another instance from there.