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
|
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:
|
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) |
|
| flavor | small (3c83dfbd-abdb-43d0-b041-3ac44009c2f7) |
|
||||||
| hostId | |
|
| hostId | |
|
||||||
| id | 369ad246-8c48-40f9-ada1-269c0844b34c |
|
| 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 |
|
| key_name | mykey |
|
||||||
| name | myvm01 |
|
| name | myvm01 |
|
||||||
| progress | 0 |
|
| progress | 0 |
|
||||||
|
@ -299,4 +299,4 @@ Try to deploy `demo-flask` with cloud-init
|
||||||
|
|
||||||
## Bonus 2
|
## 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.
|
Take a look at the [skyline WebUI](http://skyline.54.36.119.253.xip.opensteak.fr) and try to boot another instance from there.
|
||||||
|
|
Loading…
Reference in New Issue