Merge "boostrap: Validate interface"

This commit is contained in:
Zuul 2024-04-16 08:03:12 +00:00 committed by Gerrit Code Review
commit 464759eb6b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class keystone::bootstrap (
Keystone::KeystonePublicEndpointUrl $public_url = 'http://127.0.0.1:5000',
Optional[Keystone::KeystoneEndpointUrl] $internal_url = undef,
String[1] $region = 'RegionOne',
String[1] $interface = 'public',
Enum['public', 'internal', 'admin'] $interface = 'public',
Boolean $bootstrap = true,
) inherits keystone::params {