Use username + pass in config

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-02-21 16:27:11 +01:00 committed by Robin Appelman
parent 812ea354d0
commit 9a201bd7fa
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with 5 additions and 2 deletions

View File

@ -57,10 +57,13 @@ if (getenv('OBJECT_STORE') === 'swift') {
'arguments' => array(
'autocreate' => true,
'user' => [
'id' => 'swift',
'name' => 'swift',
'password' => 'swift',
'domain' => [
'name' => 'default',
]
],
'tenantName' => 'service',
'password' => 'swift',
'serviceName' => 'swift',
'region' => 'regionOne',
'url' => "http://$swiftHost:5000/v3",