Skip to content

Commit f9b025e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Move network trunk commands from python-neutronclient"
2 parents f1da522 + 7f1c21b commit f9b025e

File tree

7 files changed

+1496
-0
lines changed

7 files changed

+1496
-0
lines changed

.zuul.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
neutron-tag-ports-during-bulk-creation: true
103103
neutron-conntrack-helper: true
104104
neutron-ndp-proxy: true
105+
q-trunk: true
105106
devstack_localrc:
106107
Q_AGENT: openvswitch
107108
Q_ML2_TENANT_NETWORK_TYPE: vxlan
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
.. autoprogram-cliff:: openstack.network.v2
16+
:command: network trunk *

0 commit comments

Comments
 (0)