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.
This commit is contained in:
CJlano 2020-03-04 11:57:42 +01:00 committed by backportbot[bot]
parent 0c713b0ccc
commit 8a38122ced

View File

@ -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',
],