Skip to content

Commit 2a11c8e

Browse files
committed
fixed table formatting
1 parent ea4d045 commit 2a11c8e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/openstack/advanced-openstack-topics/openstack-cli/launch-a-VM-using-openstack-CLI.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,22 @@ Get the flavor list using below openstack command:
1313

1414
```sh
1515
[user@laptop ~]$ openstack flavor list
16-
+--------------------------------------+------------+--------+------+-----------+-------+-----------+
17-
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
18-
+--------------------------------------+------------+--------+------+-----------+-------+-----------+
19-
| 12ded228-1a7f-4d35-b994-7dd394a6ca90 | gpu-su-a100.2 | 196608 | 20 | 0 | 24 | True |
16+
+--------------------------------------+-------------+--------+------+-----------+-------+-----------+
17+
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
18+
+--------------------------------------+-------------+--------+------+-----------+-------+-----------+
19+
| 12ded228-1a7f-4d35-b994-7dd394a6ca90 |gpu-su-a100.2| 196608 | 20 | 0 | 24 | True |
2020
| 15581358-3e81-4cf2-a5b8-c0fd2ad771b4 | mem-su.8 | 65536 | 20 | 0 | 8 | True |
2121
| 17521416-0ecf-4d85-8d4c-ec6fd1bc5f9d | cpu-su.1 | 2048 | 20 | 0 | 1 | True |
2222
| 2b1dbea2-736d-4b85-b466-4410bba35f1e | cpu-su.8 | 16384 | 20 | 0 | 8 | True |
2323
| 2f33578f-c3df-4210-b369-84a998d77dac | mem-su.4 | 32768 | 20 | 0 | 4 | True |
2424
| 4498bfdb-5342-4e51-aa20-9ee74e522d59 | mem-su.1 | 8192 | 20 | 0 | 1 | True |
25-
| 4e43e6df-3637-4363-a7cd-732fbf9e7cfd | gpu-su-a100.4 | 393216 | 20 | 0 | 48 | True |
2625
| 7f2f5f4e-684b-4c24-bfc6-3fce9cf1f446 | mem-su.16 | 131072 | 20 | 0 | 16 | True |
2726
| 8c05db2f-6696-446b-9319-c32341a09c41 | cpu-su.16 | 32768 | 20 | 0 | 16 | True |
2827
| 9662b5b2-aeaa-4d56-9bd3-450deee668af | cpu-su.4 | 8192 | 20 | 0 | 4 | True |
29-
| b3377fdd-fd0f-4c88-9b4b-3b5c8ada0732 | gpu-su-a100.1 | 98304 | 20 | 0 | 12 | True |
28+
| b3377fdd-fd0f-4c88-9b4b-3b5c8ada0732 |gpu-su-a100.1| 98304 | 20 | 0 | 12 | True |
3029
| e9125ab0-c8df-4488-a252-029c636cbd0f | mem-su.2 | 16384 | 20 | 0 | 2 | True |
3130
| ee6417bd-7cd4-4431-a6ce-d09f0fba3ba9 | cpu-su.2 | 4096 | 20 | 0 | 2 | True |
32-
+--------------------------------------+------------+--------+------+-----------+-------+-----------+
31+
+--------------------------------------+------------+--------+------+-----------+-------+------------+
3332
```
3433

3534
Get the image name and its ID,

0 commit comments

Comments
 (0)