Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. [root@supercomputer kolla]# neutron floatingip-list
  2. neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
  3. +--------------------------------------+----------------------------------+------------------+---------------------+--------------------------------------+
  4. | id | tenant_id | fixed_ip_address | floating_ip_address | port_id |
  5. +--------------------------------------+----------------------------------+------------------+---------------------+--------------------------------------+
  6. | b59d73cf-844a-42bc-96a9-c8d97ab8abc8 | 6704b6667f534328a3e5aea67a03f0b4 | 10.0.0.8 | 192.168.1.158 | db5793d6-d588-4415-b505-0e2bc06ea8d3 |
  7. +--------------------------------------+----------------------------------+------------------+---------------------+--------------------------------------+
  8. [root@supercomputer kolla]# neutron floatingip-show b59d73cf-844a-42bc-96a9-c8d97ab8abc8
  9. neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
  10. +---------------------+--------------------------------------+
  11. | Field | Value |
  12. +---------------------+--------------------------------------+
  13. | created_at | 2017-03-03T16:49:41Z |
  14. | description | |
  15. | fixed_ip_address | 10.0.0.8 |
  16. | floating_ip_address | 192.168.1.158 |
  17. | floating_network_id | f31ff413-f26d-4390-aac2-6e53662ab259 |
  18. | id | b59d73cf-844a-42bc-96a9-c8d97ab8abc8 |
  19. | port_id | db5793d6-d588-4415-b505-0e2bc06ea8d3 |
  20. | project_id | 6704b6667f534328a3e5aea67a03f0b4 |
  21. | revision_number | 2 |
  22. | router_id | 9359f597-978d-4bab-b6cb-ce83fc186e5c |
  23. | status | ACTIVE |
  24. | tenant_id | 6704b6667f534328a3e5aea67a03f0b4 |
  25. | updated_at | 2017-03-03T16:49:44Z |
  26. +---------------------+--------------------------------------+
  27. [root@supercomputer kolla]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement