fix: shard test failing
A configuration that is manually registered in this test was causing a failure because the group 'queues:drivers' no longer exists. The test was updated appropriately to fix that error. Change-Id: Ib5857e5b1aa3ef1480d095a2b609688306bb1965
This commit is contained in:
parent
590969ea97
commit
936c0f67bb
@ -33,7 +33,7 @@ class TestShardQueues(base.TestBase):
|
||||
conf = self.load_conf('wsgi_mongodb_sharded.conf')
|
||||
|
||||
conf.register_opts([cfg.StrOpt('storage')],
|
||||
group='queues:drivers')
|
||||
group='drivers')
|
||||
|
||||
control = utils.load_storage_driver(conf, control_mode=True)
|
||||
self.shards_ctrl = control.shards_controller
|
||||
|
Loading…
x
Reference in New Issue
Block a user