File: image_ssh_user-option-in-validation-section-7cd0a6f44a8fdc1f.yaml

package info (click to toggle)
python-tempestconf 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 4,530; makefile: 18; sh: 9
file content (18 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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.