Guest User

Untitled

a guest
Jan 31st, 2018
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. [root@controller00 ~]# openstack server list
  2. +--------------------------------------+---------------+--------+-------------------------+--------+---------+
  3. | ID | Name | Status | Networks | Image | Flavor |
  4. +--------------------------------------+---------------+--------+-------------------------+--------+---------+
  5. | bf8c7477-5ff3-4198-aa69-4edb6a56edf3 | test-instance | ACTIVE | privatenetwork=10.0.0.7 | cirros | m1.tiny |
  6. +--------------------------------------+---------------+--------+-------------------------+--------+---------+
  7. [root@controller00 ~]# openstack port list
  8. +--------------------------------------+------+-------------------+--------------------------------------------------------------------------+--------+
  9. | ID | Name | MAC Address | Fixed IP Addresses | Status |
  10. +--------------------------------------+------+-------------------+--------------------------------------------------------------------------+--------+
  11. | 092ddc51-bf61-466b-a6fc-6bf7b5555ef1 | | fa:16:3e:72:66:7d | ip_address='10.0.0.7', subnet_id='08c1d571-deb7-43cc-a433-0e97c22a4dea' | ACTIVE |
  12. | 6f6dd377-f871-4c50-a336-00c90cc21fe1 | | fa:16:3e:e8:bf:46 | ip_address='10.0.0.1', subnet_id='08c1d571-deb7-43cc-a433-0e97c22a4dea' | ACTIVE |
  13. | 80588fee-9569-4b79-9aa8-037ba03ac100 | | fa:16:3e:b8:8b:9a | ip_address='10.0.0.12', subnet_id='08c1d571-deb7-43cc-a433-0e97c22a4dea' | ACTIVE |
  14. | f5c8a043-5a17-4bf8-8cea-ad2ebe230b6a | | fa:16:3e:38:35:e1 | ip_address='10.0.0.2', subnet_id='08c1d571-deb7-43cc-a433-0e97c22a4dea' | ACTIVE |
  15. +--------------------------------------+------+-------------------+--------------------------------------------------------------------------+--------+
  16. [root@controller00 ~]# openstack floating ip set --port 092ddc51-bf61-466b-a6fc-6bf7b5555ef1 192.168.11.23
  17. Could not find requested endpoint in Service Catalog.
  18. [root@controller00 ~]#
Advertisement
Add Comment
Please, Sign In to add comment