cinder/openstack-common.conf
Julien Danjou 186143ecc8 Fix cinder-volume-usage-audit
It seems many point in the internal API and openstack.common changed, but
this binary has been forgotten.

Also, context ie needed when using the notifier, so import it.

This fixes bug #1053502

Change-Id: I306b8671e7b0ed8c2ce2548a51a4c5e6393e13cb
Signed-off-by: Julien Danjou <julien@danjou.info>
2012-09-21 15:17:08 +02:00

8 lines
254 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
modules=cfg,exception,excutils,gettextutils,importutils,iniparser,jsonutils,local,rpc,timeutils,log,setup,notifier,context
# The base module to hold the copy of openstack.common
base=cinder