Skip to content

Instantly share code, notes, and snippets.

@jk0
Created October 4, 2012 14:47
Show Gist options
  • Select an option

  • Save jk0/3834008 to your computer and use it in GitHub Desktop.

Select an option

Save jk0/3834008 to your computer and use it in GitHub Desktop.
air:python-openstackclient jkearney$ os compute flavor-list
+------+--------------+-----------+------+-----------+------+-------+-------------+-----------+-------------+
| ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | extra_specs |
+------+--------------+-----------+------+-----------+------+-------+-------------+-----------+-------------+
| 1 | m1.tiny | 512 | 0 | N/A | 0 | 1 | | N/A | {} |
| 2 | m1.small | 2048 | 20 | N/A | 0 | 1 | | N/A | {} |
| 3 | m1.medium | 4096 | 40 | N/A | 0 | 2 | | N/A | {} |
| 4 | m1.large | 8192 | 80 | N/A | 0 | 4 | | N/A | {} |
| 5 | m1.xlarge | 16384 | 160 | N/A | 0 | 8 | | N/A | {} |
| 1000 | Grid testing | 4048 | 160 | N/A | 0 | 2 | | N/A | {} |
+------+--------------+-----------+------+-----------+------+-------+-------------+-----------+-------------+
air:python-openstackclient jkearney$ os image image-list
+----+--------------------------+-------------+------------------+-------------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+----+--------------------------+-------------+------------------+-------------+--------+
| 1 | Demo Image Ubuntu 12.04 | qcow2 | bare | 161052672 | active |
| 22 | Windows 2008 (activated) | qcow2 | | 11874205696 | active |
| 28 | Centos 6.3 64bit | raw | | 639172608 | active |
+----+--------------------------+-------------+------------------+-------------+--------+
air:python-openstackclient jkearney$ os identity user-list
No handlers could be found for logger "keystoneclient.client"
Invalid OpenStack Identity credentials.
air:python-openstackclient jkearney$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment