We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53e1750 + d514d60 commit 5b3d970Copy full SHA for 5b3d970
1 file changed
lib/tempest
@@ -281,6 +281,7 @@ function configure_tempest {
281
iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
282
283
# Compute Features
284
+ iniset $TEMPEST_CONFIG compute-feature-enabled api_v3 ${TEMPEST_NOVA_API_V3:-False}
285
iniset $TEMPEST_CONFIG compute-feature-enabled resize True
286
iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
287
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
0 commit comments