[openstack-dev] [oslo] Option conflict when mixing projects
Mark McLoughlin
markmc at redhat.com
Wed Feb 20 13:43:07 UTC 2013
On Wed, 2013-02-20 at 14:39 +0100, Julien Danjou wrote:
> On Wed, Feb 20 2013, Mark McLoughlin wrote:
>
> > If the code is running inside nova-compute, it should be using nova's
> > CONF object - previously nova.openstack.common.cfg.CONF but since last
> > night, oslo.config.cfg.CONF
>
> I don't think you understood the issue, but I might also not have been
> totally clear.
>
> Here's the real problem we're facing:
>
> % python
> Python 2.7.3 (default, Jan 2 2013, 13:56:14)
> [GCC 4.7.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import nova.openstack.common.rpc
> >>> import ceilometer.openstack.common.rpc
Ok, so the issue is that the ceilometer code also needs to be using
nova.openstack.common.rpc if it is running inside nova-compute
Cheers,
Mark.
More information about the OpenStack-dev
mailing list