summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/unit/solver/test_order_lock_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/tests/unit/solver/test_order_lock_service.py')
-rw-r--r--conductor/conductor/tests/unit/solver/test_order_lock_service.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conductor/conductor/tests/unit/solver/test_order_lock_service.py b/conductor/conductor/tests/unit/solver/test_order_lock_service.py
index 141aa6e..cb56466 100644
--- a/conductor/conductor/tests/unit/solver/test_order_lock_service.py
+++ b/conductor/conductor/tests/unit/solver/test_order_lock_service.py
@@ -31,6 +31,7 @@ from oslo_config import cfg
class TestOrdersLockingService(unittest.TestCase):
def setUp(self):
# Initialize music API
+ cfg.CONF.set_override('certificate_authority_bundle_file', '../AAF_RootCA.cer', 'music_api')
music = api.API()
cfg.CONF.set_override('keyspace', 'conductor')
music.keyspace_create(keyspace=cfg.CONF.keyspace)