From 75669ac39555512a2f3918ebc03b6ab04a029791 Mon Sep 17 00:00:00 2001 From: CJlano Date: Wed, 4 Mar 2020 11:57:42 +0100 Subject: [PATCH] Update Primary Storage doc for OpenStack Swift v3 Add scope/project with TenantName, as discussed in #11264 comment https://github.com/nextcloud/server/issues/11264#issuecomment-457525893 This is necessary for OVH Object Storage. Not sure for other providers. --- admin_manual/configuration_files/primary_storage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/primary_storage.rst b/admin_manual/configuration_files/primary_storage.rst index 65fe1b906..57dc3431f 100644 --- a/admin_manual/configuration_files/primary_storage.rst +++ b/admin_manual/configuration_files/primary_storage.rst @@ -91,7 +91,7 @@ V3 Authentication: 'arguments' => [ 'autocreate' => true, 'user' => [ - 'name' => 'swift', + 'name' => 'UserName', 'password' => 'Secr3tPaSSWoRdt7', 'domain' => [ 'name' => 'Default', @@ -99,7 +99,7 @@ V3 Authentication: ], 'scope' => [ 'project' => [ - 'name' => 'OS_PROJECT_NAME', + 'name' => 'TenantName', 'domain' => [ 'name' => 'Default', ],