yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59806
[Bug 1649531] Re: When adding subports to trunk segmentation details shouldn't be mandatory
Thanks for clarifying the situation Armando. I'll add a note to the
networking guide to make this clearer.
** Also affects: openstack-manuals
Importance: Undecided
Status: New
** Summary changed:
- When adding subports to trunk segmentation details shouldn't be mandatory
+ No supported trunking drivers currently display the "default" behavior.
** Description changed:
According to Neutron trunk specification [0] segmentation_id and
segmentation_type are optional fields. But when we adding subport to
trunk requests without segmentation_id/segmentation_type are failing.
Example:
$ openstack network trunk set --subport port=port2 trunk10
Failed to add subports to trunk 'trunk10': Invalid input for operation: Invalid subport details '{u'port_id': u'f9922f99-f0e4-4420-be73-dbb9ea7904c6'}': missing segmentation information. Must specify both segmentation_id and segmentation_type.
Neutron server returns request_ids: ['req-7601d1a4-afdf-40e6-9273-1fdab1fc8040']
+ [0] https://specs.openstack.org/openstack/neutron-specs/specs/mitaka
+ /vlan-aware-vms.html#proposed-change
- [0] https://specs.openstack.org/openstack/neutron-specs/specs/mitaka/vlan-aware-vms.html#proposed-change
+ UPDATE:
+
+ Though these parameters are not required at the API level, all currently
+ supported drivers make them a requirement. This should be documented to
+ avoid confusion until a driver that behaves in the "default" way is
+ added.
** Changed in: openstack-manuals
Assignee: (unassigned) => John Davidge (john-davidge)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1649531
Title:
No supported trunking drivers currently display the "default"
behavior.
Status in neutron:
Invalid
Status in openstack-manuals:
New
Bug description:
According to Neutron trunk specification [0] segmentation_id and
segmentation_type are optional fields. But when we adding subport to
trunk requests without segmentation_id/segmentation_type are failing.
Example:
$ openstack network trunk set --subport port=port2 trunk10
Failed to add subports to trunk 'trunk10': Invalid input for operation: Invalid subport details '{u'port_id': u'f9922f99-f0e4-4420-be73-dbb9ea7904c6'}': missing segmentation information. Must specify both segmentation_id and segmentation_type.
Neutron server returns request_ids: ['req-7601d1a4-afdf-40e6-9273-1fdab1fc8040']
[0] https://specs.openstack.org/openstack/neutron-specs/specs/mitaka
/vlan-aware-vms.html#proposed-change
UPDATE:
Though these parameters are not required at the API level, all
currently supported drivers make them a requirement. This should be
documented to avoid confusion until a driver that behaves in the
"default" way is added.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1649531/+subscriptions
References