Skip to content

Instantly share code, notes, and snippets.

@bmidgley
Created April 15, 2013 22:16
Show Gist options
  • Save bmidgley/5391724 to your computer and use it in GitHub Desktop.
Save bmidgley/5391724 to your computer and use it in GitHub Desktop.
flavor-list
caportal (master) $ nova flavor-list
+----+-----------+-----------+------+-----------+------+-------+-------------+-----------+-------------+
| ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | extra_specs |
+----+-----------+-----------+------+-----------+------+-------+-------------+-----------+-------------+
| 1 | m1.tiny | 512 | 0 | 0 | | 1 | 1.0 | True | {} |
| 2 | m1.small | 2048 | 10 | 20 | | 1 | 1.0 | True | {} |
| 3 | m1.medium | 4096 | 10 | 40 | | 2 | 1.0 | True | {} |
| 4 | m1.large | 8192 | 10 | 80 | | 4 | 1.0 | True | {} |
| 5 | m1.xlarge | 16384 | 10 | 160 | | 8 | 1.0 | True | {} |
| 6 | m2.large | 32768 | 80 | 240 | | 4 | 1.0 | True | {} |
| 7 | m2.xlarge | 32768 | 80 | 320 | | 8 | 1.0 | True | {} |
+----+-----------+-----------+------+-----------+------+-------+-------------+-----------+-------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment