Merge "Make ExternalSwift*Url parameters optional" into stable/train

This commit is contained in:
Zuul 2021-02-05 22:55:26 +00:00 committed by Gerrit Code Review
commit dfc4da5207
1 changed files with 3 additions and 0 deletions

View File

@ -45,12 +45,15 @@ parameters:
ExternalSwiftPublicUrl:
description: Public endpoint url for the external swift proxy
type: string
default: ''
ExternalSwiftInternalUrl:
description: Internal endpoint url for the external swift proxy
type: string
default: ''
ExternalSwiftAdminUrl:
description: External endpoint url for the external swift proxy
type: string
default: ''
ExternalSwiftUserTenant:
description: Tenant where swift user will be set as admin
type: string