Set debian 12 instead of 10
Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
parent
7bfacd5880
commit
06fd7a53b8
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue