Comment 2 for bug 1462107

Revision history for this message
Timothy Swanson (tiswanso) wrote :

******Workaround**********

To limit the number of VLANs configured at that trunk port where the neutron server is hanging off,
the other way around is to include this port as a list of ports associate with each compute node.

E.g. Network node is port 1, compute-1 is port 2, compute-2 is port 3
[ml2_mech_cisco_nexus:10.86.7.59]
compute-1=1/1,1/2
compute-2=1/1,1/3
ssh_port=22
username=admin
password=cisco123

This way the nexus plugin still manages the trunk configuration of the switch port connecting the network node and only allows the VLANs associated with tenant networks.