Skip to content

Commit 564a20a

Browse files
committed
docs: Update microversions in tempest.conf example for Zed
1 parent 29a36ba commit 564a20a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/operations/tempest.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ you understand all the options before applying them.
176176
min_compute_nodes = 2
177177
# Required to test some API features
178178
min_microversion = 2.1
179-
max_microversion = 2.90
179+
max_microversion = 2.93
180180
# Flavors for creating test servers and server resize. The ``alt`` flavor should be larger.
181181
flavor_ref = <flavor UUID>
182182
flavor_ref_alt = <different flavor UUID>
@@ -190,14 +190,14 @@ you understand all the options before applying them.
190190
volume_backed_live_migration = true
191191
192192
[placement]
193-
min_microversion = "1.0"
194-
max_microversion = "1.39"
193+
min_microversion = 1.0
194+
max_microversion = 1.39
195195
196196
[volume]
197197
storage_protocol = ceph
198198
# Required to test some API features
199199
min_microversion = 3.0
200-
max_microversion = 3.68
200+
max_microversion = 3.70
201201
202202
Tempest configuration override files are stored in
203203
``.automation.conf/tempest/``. The default file used is

0 commit comments

Comments
 (0)