f12cbe83ae
Thorough replacement of git.openstack.org and review.openstack.org URLs with their opendev.org counterparts. Change-Id: I1b07e63476a930e95e445686b674377fa959c25d
19 lines
676 B
YAML
19 lines
676 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.opendev.org/#/c/434097/
|
|
|
|
Since that change, there is only one image_ssh_user value and it's the one
|
|
under validation section.
|