File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ you understand all the options before applying them.
176
176
min_compute_nodes = 2
177
177
# Required to test some API features
178
178
min_microversion = 2.1
179
- max_microversion = 2.90
179
+ max_microversion = 2.93
180
180
# Flavors for creating test servers and server resize. The ``alt`` flavor should be larger.
181
181
flavor_ref = <flavor UUID>
182
182
flavor_ref_alt = <different flavor UUID>
@@ -190,14 +190,14 @@ you understand all the options before applying them.
190
190
volume_backed_live_migration = true
191
191
192
192
[placement]
193
- min_microversion = " 1.0"
194
- max_microversion = " 1.39"
193
+ min_microversion = 1.0
194
+ max_microversion = 1.39
195
195
196
196
[volume]
197
197
storage_protocol = ceph
198
198
# Required to test some API features
199
199
min_microversion = 3.0
200
- max_microversion = 3.68
200
+ max_microversion = 3.70
201
201
202
202
Tempest configuration override files are stored in
203
203
``.automation.conf/tempest/ ``. The default file used is
You can’t perform that action at this time.
0 commit comments