summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorChiradeep Vittal <chiradeep@chiradeep-lt2>2011-01-04 16:20:14 -0800
committerChiradeep Vittal <chiradeep@chiradeep-lt2>2011-01-04 16:20:14 -0800
commit7924b211f23dcd687612b32341e2be0b57fd386e (patch)
tree4ff0e405378f5c16cd400afb663f645915d5e0a5 /nova
parent46a249eaa1db7d0f5b765cff701bb13005e3db49 (diff)
Redis dependency no longer needed
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/hyperv_unittest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/tests/hyperv_unittest.py b/nova/tests/hyperv_unittest.py
index 6346ce4c7..27a41f19e 100644
--- a/nova/tests/hyperv_unittest.py
+++ b/nova/tests/hyperv_unittest.py
@@ -27,10 +27,6 @@ from nova.virt import hyperv
FLAGS = flags.FLAGS
FLAGS.connection_type = 'hyperv'
-# Redis is probably not running on Hyper-V host.
-# Change this to the actual Redis host
-FLAGS.redis_host = '127.0.0.1'
-
class HyperVTestCase(test.TrialTestCase):
"""Test cases for the Hyper-V driver"""