vinfra service compute flavor show

Display compute flavor details:

usage: vinfra service compute flavor show <flavor>
<flavor>
Flavor ID or name

Example:

# vinfra service compute flavor show myflavor
+------------+--------------------------------------+
| Field      | Value                                |
+------------+--------------------------------------+
| id         | 561a48ea-0c1c-4152-8b7d-e4b4af276c2d |
| name       | myflavor                             |
| placements | []                                   |
| ram        | 3072                                 |
| swap       | 0                                    |
| vcpus      | 1                                    |
+------------+--------------------------------------+

This command shows the details of the flavor myflavor.