python-tempestconf/releasenotes/notes/Load-deployer-input-file-automatically-1dd7c816854a18a7.yaml
Arx Cruz 42ba94a164 Load deployer input file automatically
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
2018-06-01 10:21:13 +00:00

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.