42ba94a164
This patch add the load of deployer-input automatically, if exists in default path (~/tempest-deployer-input.conf). It also add the option to not load it, with --no-default-deployer This will fix the cases that user miss to add --deployer-input and tempestconf miss some configuration due of that. Change-Id: I17ce46bac06158dd3cca298f33c6ea929051fb06
10 lines
420 B
YAML
10 lines
420 B
YAML
---
|
|
features:
|
|
- |
|
|
The deployer-input file will be loaded automatically if exists in the
|
|
default path, which is ~/tempest-deployer-input.conf.
|
|
This will fix the cases that user forgot to add --deployer-input and
|
|
python-tempestconf forgot some configuration due of that.
|
|
Also a new argument (--no-default-deployer) is added, which will make
|
|
python-tempestconf not to load the file automatically.
|