Atom feed of this document
  
 

 List floating IP address information

  • To list all floating IP addresses, run the following command:

    $ nova floating-ip-bulk-list
    +------------+---------------+---------------+--------+-----------+
    | project_id | address       | instance_uuid | pool   | interface |
    +------------+---------------+---------------+--------+-----------+
    | None       | 172.24.4.225  | None          | public | eth0      |
    | None       | 172.24.4.226  | None          | public | eth0      |
    | None       | 172.24.4.227  | None          | public | eth0      |
    | None       | 172.24.4.228  | None          | public | eth0      |
    | None       | 172.24.4.229  | None          | public | eth0      |
    | None       | 172.24.4.230  | None          | public | eth0      |
    | None       | 172.24.4.231  | None          | public | eth0      |
    | None       | 172.24.4.232  | None          | public | eth0      |
    | None       | 172.24.4.233  | None          | public | eth0      |
    | None       | 172.24.4.234  | None          | public | eth0      |
    | None       | 172.24.4.235  | None          | public | eth0      |
    | None       | 172.24.4.236  | None          | public | eth0      |
    | None       | 172.24.4.237  | None          | public | eth0      |
    | None       | 172.24.4.238  | None          | public | eth0      |
    | None       | 192.168.253.1 | None          | test   | eth0      |
    | None       | 192.168.253.2 | None          | test   | eth0      |
    | None       | 192.168.253.3 | None          | test   | eth0      |
    | None       | 192.168.253.4 | None          | test   | eth0      |
    | None       | 192.168.253.5 | None          | test   | eth0      |
    | None       | 192.168.253.6 | None          | test   | eth0      |
    +------------+---------------+---------------+--------+-----------+
  • To list all pools that provide floating IP addresses, run the following command:

    $ nova floating-ip-pool-list
    +--------+
    | name   |
    +--------+
    | public |
    | test   |
    +--------+
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...