File: publicendpointurl.pp

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (5 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
type Keystone::PublicEndpointUrl = Variant[
  Stdlib::HTTPUrl,
  # NOTE(tkajinam): This is required by Zaqar
  Pattern[/(?i:\Awss?:\/\/.*\z)/],
]