From 7f1c21b27aafacbf041d48d8b042901032310d5e Mon Sep 17 00:00:00 2001 From: elajkat Date: Fri, 6 Jan 2023 09:10:00 +0100 Subject: Move network trunk commands from python-neutronclient Network trunk commands originally were added to python-neutronclient, although we can long consider these operations core Networking operations. This patch is not a blind copy but also changes the original code to use openstacksdk python bindings instead of the binding code in python-neutronclient as that is already deprecated. Change-Id: Ic4bc35c296a95d5dae92e9fc1cab3a3fa8f103cd Related-Bug: #1999774 --- doc/source/cli/command-objects/network-trunk.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/source/cli/command-objects/network-trunk.rst (limited to 'doc/source/cli/command-objects') diff --git a/doc/source/cli/command-objects/network-trunk.rst b/doc/source/cli/command-objects/network-trunk.rst new file mode 100644 index 00000000..98fd4b0c --- /dev/null +++ b/doc/source/cli/command-objects/network-trunk.rst @@ -0,0 +1,16 @@ +============= +network trunk +============= + +A **network trunk** is a container to group logical ports from different +networks and provide a single trunked vNIC for servers. It consists of +one parent port which is a regular VIF and multiple subports which allow +the server to connect to more networks. + +Network v2 + +.. autoprogram-cliff:: openstack.network.v2 + :command: network subport list + +.. autoprogram-cliff:: openstack.network.v2 + :command: network trunk * -- cgit v1.2.1