Redis dependency no longer needed

This commit is contained in:
Chiradeep Vittal
2011-01-04 16:20:14 -08:00
parent 791bc2fa11
commit a062c77550

View File

@@ -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"""