File: 16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (11 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    Below deprecated config options from compute group have been removed.
    Corresponding config options already been available in validation group.

    - ``compute.image_ssh_user`` (available as ``validation.image_ssh_user``)
    - ``compute.ssh_user`` (available as ``validation.image_ssh_user``)
    - ``scenario.ssh_user`` (available as ``validation.image_ssh_user``)
    - ``compute.network_for_ssh`` (available as ``validation.network_for_ssh``)
    - ``compute.ping_timeout`` (available as ``validation.ping_timeout``)