Merge "Enable tempest tests for hostname sanitization"
This commit is contained in:
commit
13f02e8b76
@ -419,6 +419,9 @@ function configure_tempest {
|
||||
iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_back_and_forth ${LIVE_MIGRATE_BACK_AND_FORTH:-False}
|
||||
iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True}
|
||||
|
||||
# Starting Wallaby, nova sanitizes instance hostnames having freeform characters with dashes
|
||||
iniset $TEMPEST_CONFIG compute-feature-enabled hostname_fqdn_sanitization True
|
||||
|
||||
if [[ -n "$NOVA_FILTERS" ]]; then
|
||||
iniset $TEMPEST_CONFIG compute-feature-enabled scheduler_enabled_filters ${NOVA_FILTERS}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user