gabbi: set panko_is_disabled to avoid relying on Keystone autodiscovery
Change-Id: I8c8f9af899c4c5586b0bb6985c3b69ce6c48441b
This commit is contained in:
parent
03a49c91df
commit
a9696238d5
@ -92,6 +92,7 @@ class ConfigFixture(fixture.GabbiFixture):
|
||||
conf.set_override('pecan_debug', True, group='api')
|
||||
conf.set_override('gnocchi_is_enabled', False, group='api')
|
||||
conf.set_override('aodh_is_enabled', False, group='api')
|
||||
conf.set_override('panko_is_enabled', False, group='api')
|
||||
|
||||
def stop_fixture(self):
|
||||
"""Reset the config and remove data."""
|
||||
|
Loading…
Reference in New Issue
Block a user