Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. root@node-2:~# nova list
  2. +--------------------------------------+-------+--------+------------+-------------+-------------------------------------------------------------------------------------+
  3. | ID | Name | Status | Task State | Power State | Networks |
  4. +--------------------------------------+-------+--------+------------+-------------+-------------------------------------------------------------------------------------+
  5. | ad4cdf33-c85c-4cdc-ba7f-6e504ed30270 | alexz | ACTIVE | - | Running | net04=192.168.111.3 |
  6. | 6cd178f3-c18a-4c08-9fe5-6af687ef627a | vm1 | ACTIVE | - | Running | net04=192.168.111.5, 192.168.111.6; net04_ext=172.16.0.239; Rally_IntNet=100.0.1.45 |
  7. +--------------------------------------+-------+--------+------------+-------------+-------------------------------------------------------------------------------------+
  8. root@node-2:~# nova interface-attach vm1
  9. ERROR (ClientException): Failed to attach interface (HTTP 500) (Request-ID: req-44dbd07b-6f05-4ae5-a6ec-eb833264bbb7)
  10. root@node-2:~# nova list
  11. +--------------------------------------+-------+--------+------------+-------------+------------------------------------------------------------------------------------------------------------------------------+
  12. | ID | Name | Status | Task State | Power State | Networks |
  13. +--------------------------------------+-------+--------+------------+-------------+------------------------------------------------------------------------------------------------------------------------------+
  14. | ad4cdf33-c85c-4cdc-ba7f-6e504ed30270 | alexz | ACTIVE | - | Running | net04=192.168.111.3 |
  15. | 6cd178f3-c18a-4c08-9fe5-6af687ef627a | vm1 | ACTIVE | - | Running | net04=192.168.111.5, 192.168.111.6, 192.168.111.7; net04_ext=172.16.0.239, 172.16.0.240; Rally_IntNet=100.0.1.45, 100.0.1.46 |
  16. +--------------------------------------+-------+--------+------------+-------------+------------------------------------------------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement