← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1777585] Re: support vlan transparent in neutron network.

 

Based on the submitter's description and code, we already have this
extension:

1) This is the spec approved and implemented back in Kilo:
https://specs.openstack.org/openstack/neutron-specs/specs/kilo/nfv-vlan-
trunks.html

2) This is the neutron-lib definition: https://github.com/openstack
/neutron-lib/blob/master/neutron_lib/api/definitions/vlantransparent.py

3) This is the DB layer code in Neutron:
https://github.com/openstack/neutron/blob/master/neutron/db/vlantransparent_db.py

4) This is the extension code in Neutron:
https://github.com/openstack/neutron/blob/master/neutron/extensions/vlantransparent.py

5) And this is the ML2 plugin using the extension:
https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L126

Marking this RFE invalid. Feel free to to change if the proposed
extension differs from what we already have

** Changed in: neutron
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1777585

Title:
  support vlan transparent in neutron network.

Status in neutron:
  Invalid

Bug description:
  Now, if we use 'neutron net-create' to create a network, which didn't
  work, because neutron api can't resolve the parameter 'vlan-
  transparent'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1777585/+subscriptions


References