From cf605138f2ee38cf6b224e5f4f956a31996d2b2c Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 3 Feb 2021 22:56:45 +0100 Subject: [PATCH] Make ExternalSwift*Url parameters optional For backward compatibility reasons, ExternalPublicUrl prevail on ExternalSwiftPublicUrl yet the templates force setting it because it does not have a default; that is not necessary instead and in fact ExternalSwiftPublicUrl won't be honored if ExternalPublicUrl is set. Change-Id: I82cc708deb4400b7191b4f706e12f817bc28f0bb Closes-Bug: 1914471 --- deployment/swift/external-swift-proxy-baremetal-puppet.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/swift/external-swift-proxy-baremetal-puppet.yaml b/deployment/swift/external-swift-proxy-baremetal-puppet.yaml index 1e92990252..ea03577d0b 100644 --- a/deployment/swift/external-swift-proxy-baremetal-puppet.yaml +++ b/deployment/swift/external-swift-proxy-baremetal-puppet.yaml @@ -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