gongysh 76c219c81c Fix context problem
On plugin side, we use normal API context if any to call RPC methods.
We use our plugin dispatcher to convert RPC context into quantum admin
context. After that the callback's functions have the first argument context
as normal quantum context.

On agent side, we use admin context without session property as its
RPC calling context. Call back context is default RPCCommonContext in
Openstack common modules.

This patch also fixes the problem in the following bug:

Bug #1077012

Change-Id: I913b48dcd84d275cd7de30ca990be00c243e63ea
2012-11-21 08:13:26 +08:00
..
2012-11-21 08:13:26 +08:00
2012-10-21 23:28:02 +00:00
2011-11-28 10:33:52 -08:00
2012-11-05 15:18:11 -05:00
2012-11-21 08:13:26 +08:00
2012-05-01 11:46:24 -07:00

The Open vSwitch (OVS) Quantum plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/