summaryrefslogtreecommitdiff
path: root/nova/tests/test_notifications.py
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-06-25 14:06:08 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-06-27 14:31:35 -0700
commit3aaa0b103447d56f8d3b259c693cd9a3a8dcbe36 (patch)
tree00a15f76716fd9e43ce7c24dfc8b45e38a1b4866 /nova/tests/test_notifications.py
parent7e658bd45db6c14b4cd7e3a976caf769873d4ca1 (diff)
downloadnova-3aaa0b103447d56f8d3b259c693cd9a3a8dcbe36.tar.gz
Cleanup of image service code
* Remove image_service flag * Move nova.image.fake to nova.tests.image.fake * Move nova.image.get_default_image_service to nova.image.glance.get_default_image_service * Move nova.image.get_image_service to nova.image.glance.get_remote_image_service * Related to bp integrate-python-glanceclient Change-Id: Iea6db7898328a9060fb88586e042efbc0a4351fc
Diffstat (limited to 'nova/tests/test_notifications.py')
-rw-r--r--nova/tests/test_notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_notifications.py b/nova/tests/test_notifications.py
index 5ce45d7770..ff6acb1559 100644
--- a/nova/tests/test_notifications.py
+++ b/nova/tests/test_notifications.py
@@ -25,9 +25,9 @@ from nova.compute import vm_states
from nova import context
from nova import db
from nova import flags
-import nova.image.fake
from nova import log as logging
from nova import notifications
+import nova.network
from nova.notifier import test_notifier
from nova import test
from nova.tests import fake_network