puppet-keystone/types/endpointurl.pp

5 lines
102 B
ObjectPascal

type Keystone::EndpointUrl = Variant[
Keystone::PublicEndpointUrl,
Keystone::OmittedEndpointUrl
]