Skip to content

Commit 66b9712

Browse files
authored
Merge pull request #2005 from nextcloud/patch-2
Update Primary Storage doc for OpenStack Swift v3
2 parents 3d30f43 + 75669ac commit 66b9712

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin_manual/configuration_files/primary_storage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ V3 Authentication:
9191
'arguments' => [
9292
'autocreate' => true,
9393
'user' => [
94-
'name' => 'swift',
94+
'name' => 'UserName',
9595
'password' => 'Secr3tPaSSWoRdt7',
9696
'domain' => [
9797
'name' => 'Default',
9898
],
9999
],
100100
'scope' => [
101101
'project' => [
102-
'name' => 'OS_PROJECT_NAME',
102+
'name' => 'TenantName',
103103
'domain' => [
104104
'name' => 'Default',
105105
],

0 commit comments

Comments
 (0)