yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17076
[Bug 1339884] [NEW] Variable initialization missing in db_base_plugin_v2 class
Public bug reported:
In the update_port method of class neutron/db/db_base_plugin_v2.py, the
variable "changed_device_id" is not initialized, but it is getting
tested in the if condition which causes python error.
** Affects: neutron
Importance: Undecided
Assignee: Karthik Natarajan (natarajk)
Status: In Progress
** Changed in: neutron
Assignee: (unassigned) => Karthik Natarajan (natarajk)
** Changed in: neutron
Status: New => In Progress
** Description changed:
- In the update_port method of neutron/db/db_base_plugin_v2.py, the
+ In the update_port method of class neutron/db/db_base_plugin_v2.py, the
variable "changed_device_id" is not initialized, but it is getting
tested in the if condition which causes python error.
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1339884
Title:
Variable initialization missing in db_base_plugin_v2 class
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
In the update_port method of class neutron/db/db_base_plugin_v2.py,
the variable "changed_device_id" is not initialized, but it is getting
tested in the if condition which causes python error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1339884/+subscriptions
Follow ups
References