oslo_db 1.12[1] decorates oslo_context.context.RequestContext with session management[2][3] and add a read-only attribute 'session'. Such feature breaks Brocade plugin and its unittests because they define on RequestContext the 'session' attribute which now is a read-only property. This change uses neutron.context instead of oslo_context.context in order to delegate session management to the neutron.context and remove read-only attribute set. A follow-up change will refactor neutron.context in order to use oslo_db 1.12 session management instead of homemade one. [1] https://github.com/openstack/oslo.db/releases/tag/1.12.0 [2] https://github.com/openstack/oslo.db/commit/\ fdbd928b1fdf0334e1740e565ab8206fff54eaa6 [3] https://github.com/openstack/oslo.db/blob/\ fdbd928b1fdf0334e1740e565ab8206fff54eaa6/oslo_db/sqlalchemy/\ enginefacade.py#L782 Closes-Bug: #1468128 Change-Id: I0e3331f9a383fa2562706eeadb229f55593b888c
Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
- Neutron Administrator Guide
-
http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html
- Neutron API Reference:
-
http://docs.openstack.org/api/openstack-network/2.0/content/
- Current Neutron developer documentation is available at:
For help on usage and hacking of Neutron, please send mail to <mailto:openstack-dev@lists.openstack.org>.
For information on how to contribute to Neutron, please see the contents of the CONTRIBUTING.rst file.