yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31080
[Bug 1440638] [NEW] OVSDB Transaction should get the connection as a parameter
Public bug reported:
in the OVSDB native implementation using IDL, the transaction is taking the ovsdb connection from a global constant.
should be getting it as a parameter to the construction
This way other users can use the same implementation without the same
connection (for example OVN)
** Affects: neutron
Importance: Undecided
Assignee: Gal Sagie (gal-sagie)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Gal Sagie (gal-sagie)
** Description changed:
- in the OVSDB native implementation using IDL the transaction is taking the ovsdb connection from a global
- constant.
+ in the OVSDB native implementation using IDL, the transaction is taking the ovsdb connection from a global constant.
should be getting it as a parameter to the construction
+
+ This way other users can use the same implementation without the same
+ connection (for example OVN)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1440638
Title:
OVSDB Transaction should get the connection as a parameter
Status in OpenStack Neutron (virtual network service):
New
Bug description:
in the OVSDB native implementation using IDL, the transaction is taking the ovsdb connection from a global constant.
should be getting it as a parameter to the construction
This way other users can use the same implementation without the same
connection (for example OVN)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1440638/+subscriptions
Follow ups
References