Created
March 3, 2016 16:34
-
-
Save mriedem/1299a15007e413ff646a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stack@neutron:~/devstack$ nova list | |
+--------------------------------------+-------------+--------+------------+-------------+--------------------------------------------------------+ | |
| ID | Name | Status | Task State | Power State | Networks | | |
+--------------------------------------+-------------+--------+------------+-------------+--------------------------------------------------------+ | |
| 7109264f-afcc-4aa6-82f9-b1a334a606a5 | demo-test-2 | ACTIVE | - | Running | private=fd0b:b8d4:bcea:0:f816:3eff:fefe:66d7, 10.0.0.5 | | |
+--------------------------------------+-------------+--------+------------+-------------+--------------------------------------------------------+ | |
stack@neutron:~/devstack$ | |
stack@neutron:~/devstack$ | |
stack@neutron:~/devstack$ nova list --deleted | |
+--------------------------------------+-------------+--------+------------+-------------+--------------------------------------------------------+ | |
| ID | Name | Status | Task State | Power State | Networks | | |
+--------------------------------------+-------------+--------+------------+-------------+--------------------------------------------------------+ | |
| 7109264f-afcc-4aa6-82f9-b1a334a606a5 | demo-test-2 | ACTIVE | - | Running | private=fd0b:b8d4:bcea:0:f816:3eff:fefe:66d7, 10.0.0.5 | | |
+--------------------------------------+-------------+--------+------------+-------------+--------------------------------------------------------+ | |
stack@neutron:~/devstack$ nova list --status=deleted | |
ERROR (Forbidden): Only administrators may list deleted instances (HTTP 403) (Request-ID: req-6911b5c1-3164-4c25-a3b5-badad1fd0445) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment