diff options
author | Sergey Vilgelm <sergey@vilgelm.info> | 2015-07-04 11:35:03 +0300 |
---|---|---|
committer | Sergey Vilgelm <sergey@vilgelm.info> | 2015-07-23 00:36:01 +0300 |
commit | f41ff56a93adab45cdb6a980c856b2d5d7034ffa (patch) | |
tree | 996be2c43076bcf2ad206d6d65a455d274de333d /nova/cmd/api_metadata.py | |
parent | 0adaed21c856d39a2e1bd4b0bb361f3d3da221ac (diff) | |
download | nova-f41ff56a93adab45cdb6a980c856b2d5d7034ffa.tar.gz |
Switch to oslo.reports
The Guru Meditation Reports has graduated from oslo-incubator, Nova
should switch to use oslo.reports to keep the code base clean.
Change-Id: Ifc35c9e5455eb965e4520438284cf7baa0a00d43
Blueprint: graduate-oslo-reports
Diffstat (limited to 'nova/cmd/api_metadata.py')
-rw-r--r-- | nova/cmd/api_metadata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cmd/api_metadata.py b/nova/cmd/api_metadata.py index 440f4db1da..ae0d36447b 100644 --- a/nova/cmd/api_metadata.py +++ b/nova/cmd/api_metadata.py @@ -20,12 +20,12 @@ import sys from oslo_config import cfg from oslo_log import log as logging +from oslo_reports import guru_meditation_report as gmr from nova.conductor import rpcapi as conductor_rpcapi from nova import config from nova import objects from nova.objects import base as objects_base -from nova.openstack.common.report import guru_meditation_report as gmr from nova import service from nova import utils from nova import version |