From cabdb3e7853535fe7e5b934062298a3350ab3ce3 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 21 Apr 2020 09:20:37 +0200 Subject: [PATCH] Rename External* params into ExternalSwift* Following up on change I4634447762aad20f2c450fe4bb7f0803d13efec2 this updates the documentation for it to use the new parameter names. Change-Id: I5029e1e29299281c6e53c7d5342931115364d9a6 --- deploy-guide/source/features/swift_external.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-guide/source/features/swift_external.rst b/deploy-guide/source/features/swift_external.rst index 88ac6b4d..878aa43c 100644 --- a/deploy-guide/source/features/swift_external.rst +++ b/deploy-guide/source/features/swift_external.rst @@ -12,9 +12,9 @@ its setup by creating a custom environment file (i.e. *~/my-swift-settings.yaml*):: parameter_defaults: - ExternalPublicUrl: 'http://:9024/v1/AUTH_%(tenant_id)s' - ExternalInternalUrl: 'http://:9024/v1/AUTH_%(tenant_id)s' - ExternalAdminUrl: 'http://:9024' + ExternalSwiftPublicUrl: 'http://:9024/v1/AUTH_%(tenant_id)s' + ExternalSwiftInternalUrl: 'http://:9024/v1/AUTH_%(tenant_id)s' + ExternalSwiftAdminUrl: 'http://:9024' ExternalSwiftUserTenant: 'service' SwiftPassword: 'choose_a_random_password'