python-tempestconf/releasenotes/notes/image_ssh_user-option-in-validation-section-7cd0a6f44a8fdc1f.yaml
Martin Kopec 275b6b7591 Validation support
validation.image_ssh_user option is heavily used in CI and it's also needed
in refstack. Therefor set the value automatically when image used is cirros.

Change-Id: Ib823380225fda78462c727e50a0f4f82b6da4e74
2018-06-04 11:54:31 +00:00

19 lines
678 B
YAML

---
features:
- |
validation.image_sh_user option is heavily used in CI and it's also needed
in refstack. Therefor the value is set to cirros automatically from now
everytime when image used is cirros.
The hardcoded value in default-overrides.conf is removed.
other:
- |
By this change compute.image_ssh_user is removed from
default-overrides.conf too, because it was deprecated. All of the
image_ssh_user values from different sections were moved to validation
section by this change:
https://review.openstack.org/#/c/434097/
Since that change, there is only one image_ssh_user value and it's the one
under validation section.