Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@controller00 ~]# openstack server list
- +--------------------------------------+---------------+--------+-------------------------+--------+---------+
- | ID | Name | Status | Networks | Image | Flavor |
- +--------------------------------------+---------------+--------+-------------------------+--------+---------+
- | bf8c7477-5ff3-4198-aa69-4edb6a56edf3 | test-instance | ACTIVE | privatenetwork=10.0.0.7 | cirros | m1.tiny |
- +--------------------------------------+---------------+--------+-------------------------+--------+---------+
- [root@controller00 ~]# openstack port list
- +--------------------------------------+------+-------------------+--------------------------------------------------------------------------+--------+
- | ID | Name | MAC Address | Fixed IP Addresses | Status |
- +--------------------------------------+------+-------------------+--------------------------------------------------------------------------+--------+
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- +--------------------------------------+------+-------------------+--------------------------------------------------------------------------+--------+
- [root@controller00 ~]# openstack floating ip set --port 092ddc51-bf61-466b-a6fc-6bf7b5555ef1 192.168.11.23
- Could not find requested endpoint in Service Catalog.
- [root@controller00 ~]#
Advertisement
Add Comment
Please, Sign In to add comment