Merge "Fix typo causing a warning message"

This commit is contained in:
Zuul
2022-02-07 17:35:20 +00:00
committed by Gerrit Code Review

View File

@@ -526,7 +526,7 @@ Use nova::compute::block_device_allocate_retries instead')
Use nova::compute::block_device_allocate_retries_interval instead')
}
if $cross_az_attach != unef {
if $cross_az_attach != undef {
warning('The cross_az_attach parameter is deprecated. \
Use nova::cinder::cross_az_attach instead.')
}