Local IPs (local_ips)¶
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
local ip association create¶
Create Local IP Association
openstack local ip association create
    [--fixed-ip <fixed-ip>]
    [--project-domain <project-domain>]
    <local-ip>
    <fixed-port>
- --fixed-ip <fixed-ip>¶
- Fixed IP for Local IP Association 
- --project-domain <project-domain>¶
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. 
- local-ip¶
- Local IP that the port association belongs to (Name or ID) 
- fixed-port¶
- The ID or Name of Port to allocate Local IP Association 
local ip association delete¶
Delete Local IP association(s)
openstack local ip association delete
    <local-ip>
    <fixed-port-id>
    [<fixed-port-id> ...]
- local-ip¶
- Local IP that the port association belongs to (Name or ID) 
- fixed-port-id¶
- The fixed port ID of Local IP Association 
local ip association list¶
List Local IP Associations
openstack local ip association list
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    [--fixed-port <fixed-port>]
    [--fixed-ip <fixed-ip>]
    [--host <host>]
    [--project-domain <project-domain>]
    <local-ip>
- --sort-column SORT_COLUMN¶
- specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated 
- --sort-ascending¶
- sort the column(s) in ascending order 
- --sort-descending¶
- sort the column(s) in descending order 
- --fixed-port <fixed-port>¶
- Filter the list result by the ID or name of the fixed port 
- --fixed-ip <fixed-ip>¶
- Filter the list result by fixed ip 
- --host <host>¶
- Filter the list result by given host 
- --project-domain <project-domain>¶
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. 
- local-ip¶
- Local IP that port associations belongs to 
local ip create¶
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>]
- --name <name>¶
- New Local IP name 
- --description <description>¶
- Description for Local IP 
- --network <network>¶
- Network to allocate Local IP from (name or ID) 
- --local-port <local-port>¶
- Port to allocate Local IP from (name or ID) 
- --local-ip-address <local-ip-address>¶
- IP address or CIDR for Local IP 
- --ip-mode <ip-mode>¶
- IP mode to use for Local IP 
- --project-domain <project-domain>¶
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. 
local ip delete¶
Delete Local IP(s)
openstack local ip delete <local-ip> [<local-ip> ...]
- local-ip¶
- Local IP(s) to delete (name or ID) 
local ip list¶
List Local IPs
openstack local ip list
    [--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>]
- --sort-column SORT_COLUMN¶
- specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated 
- --sort-ascending¶
- sort the column(s) in ascending order 
- --sort-descending¶
- sort the column(s) in descending order 
- --name <name>¶
- List only Local IPs of given name in output 
- --project <project>¶
- List Local IPs according to their project (name or ID) 
- --network <network>¶
- List Local IP(s) according to given network (name or ID) 
- --local-port <local-port>¶
- List Local IP(s) according to given port (name or ID) 
- --local-ip-address <local-ip-address>¶
- List Local IP(s) according to given Local IP Address 
- --ip-mode <ip_mode>¶
- List Local IP(s) according to given IP mode 
- --project-domain <project-domain>¶
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. 
local ip set¶
Set Local IP properties
openstack local ip set
    [--name <name>]
    [--description <description>]
    <local-ip>
- --name <name>¶
- Set local IP name 
- --description <description>¶
- Set Local IP description 
- local-ip¶
- Local IP to modify (name or ID) 
local ip show¶
Display Local IP details
openstack local ip show <local-ip>
- local-ip¶
- Local IP to display (name or ID) 
