yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10306
[Bug 1285399] [NEW] NSX L2 GW extension uses wrong network_id
Public bug reported:
As NSX and neutron identifiers is not anymore the name, the NSX logical
switch id should be used to plug the l2 gateway attachment into a port.
This is an easy fix:
l2gwlib.plug_l2_gw_service(
self.cluster,
- port_data['network_id'],
+ selected_lswitch['uuid'],
lport['uuid'],
port_data['device_id'],
int(port_data.get('gw:segmentation_id') or 0))
** Affects: neutron
Importance: Medium
Assignee: Salvatore Orlando (salvatore-orlando)
Status: In Progress
** Tags: nicira
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1285399
Title:
NSX L2 GW extension uses wrong network_id
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
As NSX and neutron identifiers is not anymore the name, the NSX
logical switch id should be used to plug the l2 gateway attachment
into a port.
This is an easy fix:
l2gwlib.plug_l2_gw_service(
self.cluster,
- port_data['network_id'],
+ selected_lswitch['uuid'],
lport['uuid'],
port_data['device_id'],
int(port_data.get('gw:segmentation_id') or 0))
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1285399/+subscriptions
Follow ups
References