Merge "placement: Require password"

This commit is contained in:
Zuul 2024-04-03 20:44:24 +00:00 committed by Gerrit Code Review
commit c990ec28c3

@ -53,7 +53,7 @@
# Defaults to 'http://127.0.0.1:5000/v3'
#
class nova::placement(
$password = false,
$password,
$auth_type = 'password',
$auth_url = 'http://127.0.0.1:5000/v3',
$region_name = 'RegionOne',