Comment 5 for bug 1061201

Revision history for this message
Mark McLoughlin (markmc) wrote :

It sounds like you want to use openstack.common.context..RequestContext to send RPC messages to a nova service

This isn't something we hope to support - the details of Nova's service API is private to Nova and we're not trying to expose that through openstack-common's API

If you want to do this, you must use nova.context.RequestContext