We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1da522 + 7f1c21b commit f9b025eCopy full SHA for f9b025e
7 files changed
.zuul.yaml
@@ -102,6 +102,7 @@
102
neutron-tag-ports-during-bulk-creation: true
103
neutron-conntrack-helper: true
104
neutron-ndp-proxy: true
105
+ q-trunk: true
106
devstack_localrc:
107
Q_AGENT: openvswitch
108
Q_ML2_TENANT_NETWORK_TYPE: vxlan
doc/source/cli/command-objects/network-trunk.rst
@@ -0,0 +1,16 @@
1
+=============
2
+network trunk
3
4
+
5
+A **network trunk** is a container to group logical ports from different
6
+networks and provide a single trunked vNIC for servers. It consists of
7
+one parent port which is a regular VIF and multiple subports which allow
8
+the server to connect to more networks.
9
10
+Network v2
11
12
+.. autoprogram-cliff:: openstack.network.v2
13
+ :command: network subport list
14
15
16
+ :command: network trunk *
0 commit comments