Merge "Fix nova flag parsing"

This commit is contained in:
Jenkins 2012-09-20 19:53:19 +00:00 committed by Gerrit Code Review
commit 90a20dc7ba

View File

@ -35,5 +35,5 @@ def prepare_service(argv=[]):
# to have the RPC and DB access work correctly because we are
# still using the Service object out of nova directly. We need to
# move that into openstack.common.
flags.FLAGS(argv[1:])
flags.parse_args(argv)
log.setup('ceilometer')