Extension that allows users to create a virtual IP that can later be assigned to multiple ports/VMs (similar to anycast IP) and is guaranteed to only be reachable within the same physical server/node boundaries
Network v2
Create Local IP Association
openstack local ip association create
[--fixed-ip <fixed-ip>]
[--project-domain <project-domain>]
<local-ip>
<fixed-port>
Fixed IP for Local IP Association
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Local IP that the port association belongs to (Name or ID)
The ID or Name of Port to allocate Local IP Association
Delete Local IP association(s)
openstack local ip association delete
<local-ip>
<fixed-port-id>
[<fixed-port-id> ...]
Local IP that the port association belongs to (Name or ID)
The fixed port ID of Local IP Association
List Local IP Associations
openstack local ip association list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--fixed-port <fixed-port>]
[--fixed-ip <fixed-ip>]
[--host <host>]
[--project-domain <project-domain>]
<local-ip>
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Filter the list result by the ID or name of the fixed port
Filter the list result by fixed ip
Filter the list result by given host
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Local IP that port associations belongs to
Create Local IP
openstack local ip create
[--name <name>]
[--description <description>]
[--network <network>]
[--local-port <local-port>]
[--local-ip-address <local-ip-address>]
[--ip-mode <ip-mode>]
[--project-domain <project-domain>]
New local IP name
New local IP description
Network to allocate Local IP (name or ID)
Port to allocate Local IP (name or ID)
IP address or CIDR
local IP ip mode
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Delete local IP(s)
openstack local ip delete <local-ip> [<local-ip> ...]
Local IP(s) to delete (name or ID)
List local IPs
openstack local ip list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--name <name>]
[--project <project>]
[--network <network>]
[--local-port <local-port>]
[--local-ip-address <local-ip-address>]
[--ip-mode <ip_mode>]
[--project-domain <project-domain>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
List only local IPs of given name in output
List Local IPs according to their project (name or ID)
List Local IP(s) according to given network (name or ID)
List Local IP(s) according to given port (name or ID)
List Local IP(s) according to given Local IP Address
List Local IP(s) according to given IP mode
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Set local ip properties
openstack local ip set
[--name <name>]
[--description <description>]
<local-ip>
Set local IP name
Set local IP description
Local IP to modify (name or ID)
Display local IP details
openstack local ip show <local-ip>
Local IP to display (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.