Re: [Openstack] [Openstack-Common] RPC

2012-07-11 Thread Russell Bryant
On 07/10/2012 12:49 PM, Gary Kotton wrote: > On 07/10/2012 06:29 PM, Eric Windisch wrote: >>> 2. I based my integration on the patch >>> https://review.openstack.org/#/c/9166/. A number of files were missing. >>> Should this have specifically mentioned the missing files or should the >>> rpc part h

Re: [Openstack] [Openstack-Common] RPC

2012-07-10 Thread Gary Kotton
On 07/10/2012 06:29 PM, Eric Windisch wrote: In addition to this I have a few additional questions and or concerns: 1. When we import code from openstack common the test cases for the modules are not imported (maybe I missed something with running setup). When the code is copied the imports are u

Re: [Openstack] [Openstack-Common] RPC

2012-07-10 Thread Eric Windisch
> > In addition to this I have a few additional questions and or concerns: > 1. When we import code from openstack common the test cases for the > modules are not imported (maybe I missed something with running setup). > When the code is copied the imports are updated. It would be nice to > kno

Re: [Openstack] [Openstack-Common] RPC

2012-07-10 Thread Russell Bryant
On 07/10/2012 11:03 AM, Gary Kotton wrote: > 1. When we import code from openstack common the test cases for the > modules are not imported (maybe I missed something with running setup). > When the code is copied the imports are updated. It would be nice to > know that the auto tests are also run i

[Openstack] [Openstack-Common] RPC

2012-07-10 Thread Gary Kotton
Hi, I am in the process of integrating the RPC code from OpenStack common into Quantum. I initially started working with qpid as the backend implementation. I ran into problems due to the fact that control_exchange is defined as 'nova'. This is in quantum/openstack/common/rpc/__init__.py where