summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-09 12:50:15 +0000
committerGerrit Code Review <review@openstack.org>2022-02-09 12:50:15 +0000
commit5f73c527ee099965004c64f7c32ba7639ceddda2 (patch)
treeeb737acd2d8e369f036ad50db9b54a96b681d549 /doc/source/cli/command-objects
parente000fd5f0d213fdcb845982a7e173ce4238564de (diff)
parent26144743d9207d876df40e030a2a4132e18a79a7 (diff)
downloadpython-openstackclient-5f73c527ee099965004c64f7c32ba7639ceddda2.tar.gz
Merge "Support Neutron Local IP CRUD"
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/local-ip-association.rst11
-rw-r--r--doc/source/cli/command-objects/local-ip.rst12
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 *