From ea4e24330311a773b0ca76be5873e754f583dd7a Mon Sep 17 00:00:00 2001 From: Hugo Gameiro Date: Mon, 7 May 2018 01:28:28 +0100 Subject: Improve OpenStack v3 compatibility (#7392) * Update paperclip.rb * Update .env.production.sample * Update paperclip.rb --- .env.production.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to '.env.production.sample') diff --git a/.env.production.sample b/.env.production.sample index c936546da..24b6b0143 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -113,6 +113,8 @@ SMTP_FROM_ADDRESS=notifications@example.com # For Keystone V3, the value for SWIFT_TENANT should be the project name # SWIFT_TENANT= # SWIFT_PASSWORD= +# Some OpenStack V3 providers require PROJECT_ID (optional) +# SWIFT_PROJECT_ID= # Keystone V2 and V3 URLs are supported. Use a V3 URL if possible to avoid # issues with token rate-limiting during high load. # SWIFT_AUTH_URL= -- cgit