openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #12858
Re: cfg usage - option registration, global objects
On Wed, 2012-06-06 at 12:05 -0400, Doug Hellmann wrote:
> Ceilometer is currently importing bits we need either directly from nova or
> openstack-common (by "importing" I mean literally using the "import"
> statement in our code, not copying the required modules into the ceilometer
> code base). I was under the impression that this is how we wanted (new)
> projects to use openstack-common, but maybe I misunderstood? Should we be
> planning to copy code out of openstack-common into the ceilometer
> repository?
Yep, the rpc code will be in "incubation" for a while:
http://wiki.openstack.org/CommonLibrary
Add an openstack-common.conf and use update.py to sync it across.
Cheers,
Mark.
References