mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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
16 lines
465 B
ReStructuredText
16 lines
465 B
ReStructuredText
=============
|
|
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 *
|