diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-02-20 08:50:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-02-20 08:50:18 +0000 |
commit | e37e02870216ea6de130ce3d1b2e8f642de9faf6 (patch) | |
tree | d3eef37cf671a7879303d3f693e8621c75377fe3 /nova/notifications.py | |
parent | 512490200e009bce3cb155fcea683e9776d67658 (diff) | |
parent | 706a1370056ffccc2c8811fc1ac0679944564ece (diff) | |
download | nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.tar.gz nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.tar.xz nova-e37e02870216ea6de130ce3d1b2e8f642de9faf6.zip |
Merge "Use oslo-config-2013.1b4"
Diffstat (limited to 'nova/notifications.py')
-rw-r--r-- | nova/notifications.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/notifications.py b/nova/notifications.py index f40fff7f2..79d43126a 100644 --- a/nova/notifications.py +++ b/nova/notifications.py @@ -19,12 +19,13 @@ the system. """ +from oslo.config import cfg + import nova.context from nova import db from nova.image import glance from nova import network from nova.network import model as network_model -from nova.openstack.common import cfg from nova.openstack.common import log from nova.openstack.common.notifier import api as notifier_api from nova.openstack.common import timeutils |