Fix tempest.conf generation

Command 'tox -egenconfig' fails for tempest if gce-api
installed in the system.

Change-Id: I10829c050da93cfcc5ebe878a12fd80015dcbe4a
This commit is contained in:
Andrey Pavlov 2016-08-22 12:18:47 +03:00
parent 78a1b31c00
commit 967108eafe

View File

@ -35,4 +35,4 @@ class GCETempestPlugin(plugins.TempestPlugin):
gce_config.OPTIONS)
def get_opt_lists(self):
return [(gce_config.OPTIONS_GROUP.name, config.OPTIONS)]
return [(gce_config.OPTIONS_GROUP.name, gce_config.OPTIONS)]