Skip to content
Snippets Groups Projects
Unverified Commit 9a201bd7 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by Robin Appelman
Browse files

Use username + pass in config

parent 812ea354
No related branches found
No related tags found
No related merge requests found
...@@ -57,10 +57,13 @@ if (getenv('OBJECT_STORE') === 'swift') { ...@@ -57,10 +57,13 @@ if (getenv('OBJECT_STORE') === 'swift') {
'arguments' => array( 'arguments' => array(
'autocreate' => true, 'autocreate' => true,
'user' => [ 'user' => [
'id' => 'swift', 'name' => 'swift',
'password' => 'swift',
'domain' => [
'name' => 'default',
]
], ],
'tenantName' => 'service', 'tenantName' => 'service',
'password' => 'swift',
'serviceName' => 'swift', 'serviceName' => 'swift',
'region' => 'regionOne', 'region' => 'regionOne',
'url' => "http://$swiftHost:5000/v3", 'url' => "http://$swiftHost:5000/v3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment