Advertisement
jolausa

Untitled

Feb 13th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [stack@undercloud ~]$ openstack server list
  2. +--------------------------------------+-------------------------+--------+---------------------+----------------+
  3. | ID | Name | Status | Networks | Image Name |
  4. +--------------------------------------+-------------------------+--------+---------------------+----------------+
  5. | 3fea7b58-f592-4477-bf15-7f828841b057 | overcloud-controller-0 | ACTIVE | ctlplane=192.0.2.10 | overcloud-full |
  6. | 73125ab3-4d23-422a-9a35-6d4c279281b5 | overcloud-novacompute-0 | ACTIVE | ctlplane=192.0.2.8 | overcloud-full |
  7. +--------------------------------------+-------------------------+--------+---------------------+----------------+
  8.  
  9.  
  10. [stack@undercloud ~]$ nova list
  11. /usr/lib/python2.7/site-packages/novaclient/client.py:278: UserWarning: The 'tenant_id' argument is deprecated in Ocata and its use may result in errors in future releases. As 'project_id' is provided, the 'tenant_id' argument will be ignored.
  12. warnings.warn(msg)
  13. +--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
  14. | ID | Name | Status | Task State | Power State | Networks |
  15. +--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
  16. | 3fea7b58-f592-4477-bf15-7f828841b057 | overcloud-controller-0 | ACTIVE | - | Running | ctlplane=192.0.2.10 |
  17. | 73125ab3-4d23-422a-9a35-6d4c279281b5 | overcloud-novacompute-0 | ACTIVE | - | Running | ctlplane=192.0.2.8 |
  18. +--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement