Set Keystone admin endpoint to match public

Change-Id: I1f82cd65fb21cb6a8147ffdc68b0da9197f3fdf7
This commit is contained in:
Kaspars Skels 2018-09-24 19:45:07 -05:00
parent 9ac56a7157
commit 68748df07e
2 changed files with 23 additions and 0 deletions

View File

@ -77,6 +77,25 @@ data:
type: string
additionalProperties:
type: string
admin:
oneOf:
- type: string
- type: "null"
- type: object
properties:
host:
type: string
tls:
type: object
properties:
crt:
type: string
ca:
type: string
key:
type: string
additionalProperties:
type: string
internal:
oneOf:
- type: string

View File

@ -401,6 +401,8 @@ metadata:
pattern: DOMAIN
- path: .osh.identity.host_fqdn_override.public.host
pattern: DOMAIN
- path: .osh.identity.host_fqdn_override.admin.host
pattern: DOMAIN
- path: .osh.dashboard.host_fqdn_override.public.host
pattern: DOMAIN
- path: .osh.volume.host_fqdn_override.public.host
@ -762,6 +764,8 @@ data:
default: null
public:
host: identity.DOMAIN
admin:
host: identity.DOMAIN
path:
default: /v3
scheme: