Redis dependency no longer needed
This commit is contained in:
@@ -27,10 +27,6 @@ from nova.virt import hyperv
|
|||||||
|
|
||||||
FLAGS = flags.FLAGS
|
FLAGS = flags.FLAGS
|
||||||
FLAGS.connection_type = 'hyperv'
|
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):
|
class HyperVTestCase(test.TrialTestCase):
|
||||||
"""Test cases for the Hyper-V driver"""
|
"""Test cases for the Hyper-V driver"""
|
||||||
|
|||||||
Reference in New Issue
Block a user