From fd49b0ec8933188a489ca9f38beeb601a1108730 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 1 Jun 2012 14:42:32 -0400 Subject: Use openstack.common.cfg.CONF. Part of blueprint common-rpc. This patch makes the rpc code use the global config object from openstack-common. Based on some recent discussions on the mailing list, this may not be the final way configuration handling is done here, but it is certainly better than the register_opts() hack that is removed by this patch. Change-Id: Id128126e0bc064a2a1c710c6bd32fb3d137dc7f6 --- bin/instance-usage-audit | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/instance-usage-audit') diff --git a/bin/instance-usage-audit b/bin/instance-usage-audit index 59fff1080..3d60edfec 100755 --- a/bin/instance-usage-audit +++ b/bin/instance-usage-audit @@ -63,7 +63,6 @@ from nova import utils FLAGS = flags.FLAGS if __name__ == '__main__': - rpc.register_opts(FLAGS) admin_context = context.get_admin_context() flags.parse_args(sys.argv) logging.setup() -- cgit