diff options
| author | Nurmatov Mamatisa <nurmatov.mamatisa@huawei.com> | 2021-08-23 14:41:47 +0300 |
|---|---|---|
| committer | Nurmatov Mamatisa <nurmatov.mamatisa@huawei.com> | 2022-01-28 17:24:04 +0300 |
| commit | 26144743d9207d876df40e030a2a4132e18a79a7 (patch) | |
| tree | 0bfd4f4e855c5635d3d95976de64512de8269c33 /doc/source/cli | |
| parent | f00dce9e2f078cd7d77d8aee52fd63e891bdacd2 (diff) | |
| download | python-openstackclient-26144743d9207d876df40e030a2a4132e18a79a7.tar.gz | |
Support Neutron Local IP CRUD
Add support for Neutron Local IP CRUD operations.
Partial-Bug: #1930200
Depends-On: https://review.opendev.org/c/openstack/neutron/+/804523
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/804988
Change-Id: I1095100efb27b8559412469f0a9d07fc0a3db9d5
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/command-objects/local-ip-association.rst | 11 | ||||
| -rw-r--r-- | doc/source/cli/command-objects/local-ip.rst | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/local-ip-association.rst b/doc/source/cli/command-objects/local-ip-association.rst new file mode 100644 index 00000000..824ee4d0 --- /dev/null +++ b/doc/source/cli/command-objects/local-ip-association.rst @@ -0,0 +1,11 @@ +============================================= +Local IP Associations (local_ip_associations) +============================================= + +The resource lets users assign Local IPs to user Ports. +This is a sub-resource of the Local IP resource. + +Network v2 + +.. autoprogram-cliff:: openstack.network.v2 + :command: local ip association * diff --git a/doc/source/cli/command-objects/local-ip.rst b/doc/source/cli/command-objects/local-ip.rst new file mode 100644 index 00000000..c8c5ab47 --- /dev/null +++ b/doc/source/cli/command-objects/local-ip.rst @@ -0,0 +1,12 @@ +===================== +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 + +.. autoprogram-cliff:: openstack.network.v2 + :command: local ip * |
