Update outputs
This commit is contained in:
parent
964443a5de
commit
ab9552f17b
|
@ -97,10 +97,10 @@ This will output a long table with the names and IDs of the available images:
|
|||
|
||||
You can see the details of the image with the following command:
|
||||
```
|
||||
openstack image show 'Debian 10'
|
||||
openstack image show 'Debian 12'
|
||||
|
||||
# Or using its ID
|
||||
openstack image show 3a2089f1-9b9d-4dc1-970a-9dcb785c01c9
|
||||
openstack image show 96b2b90b-ab15-456f-a467-6da0890768e9
|
||||
```
|
||||
|
||||
#### flavor
|
||||
|
@ -113,11 +113,11 @@ openstack flavor list
|
|||
+--------------------------------------+--------+------+------+-----------+-------+-----------+
|
||||
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
|
||||
+--------------------------------------+--------+------+------+-----------+-------+-----------+
|
||||
| 34362947-2a7b-468f-928a-0932b7a9bd3f | nano | 256 | 10 | 0 | 1 | True |
|
||||
| 867b3e07-532e-4616-9ea4-542f4d370129 | large | 4086 | 50 | 0 | 4 | True |
|
||||
| 8ff0a6c9-75bc-4754-99be-7ba62620257b | medium | 2048 | 20 | 0 | 2 | True |
|
||||
| 93f96757-ea92-44bf-8204-da2eaf5f2aae | small | 1024 | 10 | 0 | 1 | True |
|
||||
| 6640fe80-5662-4532-947d-bf8702cc14ec | medium | 2048 | 20 | 0 | 2 | True |
|
||||
| a994d90e-6eee-4a04-8eee-de207649b6a2 | small | 1024 | 10 | 0 | 1 | True |
|
||||
| db32e0cd-3580-4ed0-ad9a-fe71593bafeb | large | 4086 | 50 | 0 | 4 | True |
|
||||
+--------------------------------------+--------+------+------+-----------+-------+-----------+
|
||||
|
||||
```
|
||||
|
||||
#### network
|
||||
|
@ -127,11 +127,12 @@ openstack network list
|
|||
```
|
||||
|
||||
```
|
||||
+--------------------------------------+---------+----------------------------------------------------------------------------+
|
||||
+--------------------------------------+--------+----------------------------------------------------------------------------+
|
||||
| ID | Name | Subnets |
|
||||
+--------------------------------------+---------+----------------------------------------------------------------------------+
|
||||
| 2813f459-a20d-4e50-8193-fe3c639e1ab6 | public | 37e12856-8f92-4a69-8042-da7281c3b99c, 93a6f693-bd68-4a25-899f-19d34c2a4d57 |
|
||||
+--------------------------------------+---------+----------------------------------------------------------------------------+
|
||||
+--------------------------------------+--------+----------------------------------------------------------------------------+
|
||||
| 44ac3af5-bab9-4d3b-9423-6241c9c334e4 | public | 6b6358f8-4492-4975-80fa-12324aea6682, 7b323fdb-268d-45e0-ba39-deb8c856c07c |
|
||||
+--------------------------------------+--------+----------------------------------------------------------------------------+
|
||||
|
||||
```
|
||||
|
||||
### Boot
|
||||
|
|
Loading…
Reference in New Issue