← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1698500] [NEW] [RFE] support trunk's subport range

 

Public bug reported:

When we use one trunk port,the following step should be done.
1 openstack port create --network project-net-A trunk
2 openstack port create --network trunked-net subport1
3 openstack network trunk create \
--parent-port 73fb9d54-43a7-4bb1-a8dc-569e0e0a0a38 \
--subport port=91f9dde8-80a4-4506-b5da-c287feb8f5d8, \
segmentation-type=vlan,segmentation-id=100

But when we need to use a trunk port for vlan 1000~2000. That need tremendous work to do.
Suggesting add API for subport range.

** Affects: neutron
     Importance: Undecided
     Assignee: Yan Songming (songmingyan)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Yan Songming (songmingyan)

** Description changed:

  When we use one trunk port,the following step should be done.
  1 openstack port create --network project-net-A trunk
  2 openstack port create --network trunked-net subport1
  3 openstack network trunk create \
  --parent-port 73fb9d54-43a7-4bb1-a8dc-569e0e0a0a38 \
  --subport port=91f9dde8-80a4-4506-b5da-c287feb8f5d8, \
  segmentation-type=vlan,segmentation-id=100
  
  But when we need to use a trunk port for vlan 1000~2000. That need tremendous work to do.
- I suggest we need to add API for subport range.
+ Suggesting add API for subport range.

** Summary changed:

- trunk port range
+ [RFE]  support trunk's subport range

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

Title:
  [RFE]  support trunk's subport range

Status in neutron:
  New

Bug description:
  When we use one trunk port,the following step should be done.
  1 openstack port create --network project-net-A trunk
  2 openstack port create --network trunked-net subport1
  3 openstack network trunk create \
  --parent-port 73fb9d54-43a7-4bb1-a8dc-569e0e0a0a38 \
  --subport port=91f9dde8-80a4-4506-b5da-c287feb8f5d8, \
  segmentation-type=vlan,segmentation-id=100

  But when we need to use a trunk port for vlan 1000~2000. That need tremendous work to do.
  Suggesting add API for subport range.

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


Follow ups