blob: 104bf27923c099a3c9a0e3c0cbf5da7d5ba34623 [file] [log] [blame]
ghanshyamade71d22017-02-15 05:36:14 +00001---
Matthew Treinishb668a532017-02-22 10:20:45 -05002prelude: >
3 This release is marking the start of Ocata release support in Tempest
ghanshyamade71d22017-02-15 05:36:14 +00004upgrade:
5 - |
6 Below deprecated config options from compute group have been removed.
7 Corresponding config options already been available in validation group.
8
9 - ``compute.use_floatingip_for_ssh`` (available as ``validation.connect_method``)
10 - ``compute.ssh_auth_method`` (available as ``validation.auth_method``)
11 - ``compute.image_ssh_password`` (available as ``validation.image_ssh_password``)
12 - ``compute.ssh_shell_prologue`` (available as ``validation.ssh_shell_prologue``)
13 - ``compute.ping_size `` (available as ``validation.ping_size``)
14 - ``compute.ping_count `` (available as ``validation.ping_count``)
15 - ``compute.floating_ip_range `` (available as ``validation.floating_ip_range``)
Matthew Treinishb668a532017-02-22 10:20:45 -050016other:
17 - |
18 OpenStack releases supported at this time are **Mitaka**, **Newton**,
19 and **Ocata**.
ghanshyamade71d22017-02-15 05:36:14 +000020
Matthew Treinishb668a532017-02-22 10:20:45 -050021 The release under current development as of this tag is Pike,
22 meaning that every Tempest commit is also tested against master during
23 the Pike cycle. However, this does not necessarily mean that using
24 Tempest as of this tag will work against a Pike (or future releases)
25 cloud.