summaryrefslogtreecommitdiffstats
path: root/nova/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/config.py')
-rw-r--r--nova/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/config.py b/nova/config.py
index 18147bdbb..ff6681b44 100644
--- a/nova/config.py
+++ b/nova/config.py
@@ -17,7 +17,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-from nova.openstack.common import cfg
+from oslo.config import cfg
+
from nova.openstack.common.db.sqlalchemy import session as db_session
from nova.openstack.common import rpc
from nova import paths