File: 15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.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 (25 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
prelude: >
    This release is marking the start of Ocata release support in Tempest
upgrade:
  - |
    Below deprecated config options from compute group have been removed.
    Corresponding config options already been available in validation group.

    - ``compute.use_floatingip_for_ssh`` (available as ``validation.connect_method``)
    - ``compute.ssh_auth_method`` (available as ``validation.auth_method``)
    - ``compute.image_ssh_password`` (available as ``validation.image_ssh_password``)
    - ``compute.ssh_shell_prologue`` (available as ``validation.ssh_shell_prologue``)
    - ``compute.ping_size `` (available as ``validation.ping_size``)
    - ``compute.ping_count `` (available as ``validation.ping_count``)
    - ``compute.floating_ip_range `` (available as ``validation.floating_ip_range``)
other:
  - |
    OpenStack releases supported at this time are **Mitaka**, **Newton**,
    and **Ocata**.

    The release under current development as of this tag is Pike,
    meaning that every Tempest commit is also tested against master during
    the Pike cycle. However, this does not necessarily mean that using
    Tempest as of this tag will work against a Pike (or future releases)
    cloud.