summaryrefslogtreecommitdiffstats
path: root/nova/notifications.py
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-11-15 19:41:58 -0500
committerMark McLoughlin <markmc@redhat.com>2012-11-17 16:30:03 +0000
commit6e92a67fc3e6dcd587e3fd225b7142bc74116e52 (patch)
tree0c25405e1b7bd383c3801244645be8b76b408e40 /nova/notifications.py
parent0e932e6b2390ee8731134cfdb1dcdea3adfc8062 (diff)
downloadnova-6e92a67fc3e6dcd587e3fd225b7142bc74116e52.tar.gz
nova-6e92a67fc3e6dcd587e3fd225b7142bc74116e52.tar.xz
nova-6e92a67fc3e6dcd587e3fd225b7142bc74116e52.zip
Remove nova.flags
Now that options have all moved from nova.flags to nova.config, we can safely remove the nova.flags imports and replace them with nova.config imports. Change-Id: Ic077a72dd6419bbf1e1babe71acfa43c4e8b55c8
Diffstat (limited to 'nova/notifications.py')
-rw-r--r--nova/notifications.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/notifications.py b/nova/notifications.py
index 7153933ee..d43aef3c7 100644
--- a/nova/notifications.py
+++ b/nova/notifications.py
@@ -23,7 +23,6 @@ from nova import config
import nova.context
from nova import db
from nova import exception
-from nova import flags
from nova import network
from nova.network import model as network_model
from nova.openstack.common import cfg