yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38189
[Bug 1492741] [NEW] port information store in local variable
Public bug reported:
the function below in mech_driver.py (plugins\ml2\drivers\l2pop)
def update_port_postcommit:
self.migrated_ports[orig['id']] = (
(orig, context.original_host))
when the port has been migrated, the context.original information store in local,
there will be something wrong in multi neutron server environment. the port value
may be store in neutron server a, but the ovs will update port in neutron server b,
which has no information.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1492741
Title:
port information store in local variable
Status in neutron:
New
Bug description:
the function below in mech_driver.py (plugins\ml2\drivers\l2pop)
def update_port_postcommit:
self.migrated_ports[orig['id']] = (
(orig, context.original_host))
when the port has been migrated, the context.original information store in local,
there will be something wrong in multi neutron server environment. the port value
may be store in neutron server a, but the ovs will update port in neutron server b,
which has no information.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1492741/+subscriptions