gabbi: set panko_is_disabled to avoid relying on Keystone autodiscovery

Change-Id: I8c8f9af899c4c5586b0bb6985c3b69ce6c48441b
This commit is contained in:
Julien Danjou 2016-09-21 15:49:39 +02:00
parent 03a49c91df
commit a9696238d5
1 changed files with 1 additions and 0 deletions

View File

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