Merge "Fix the error raised when password is not set"

This commit is contained in:
Zuul
2021-03-12 16:35:36 +00:00
committed by Gerrit Code Review

View File

@@ -46,7 +46,7 @@
#
class aodh::service_credentials (
# TODO(tkajinam): Make this required when we remove aodh::auth
$password = undef,
$password = false,
$auth_url = 'http://localhost:5000/v3',
$region_name = 'RegionOne',
$username = 'aodh',