Browse Source
Use username + pass in config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/8359/head
Roeland Jago Douma
8 years ago
committed by
Robin Appelman
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with
5 additions and
2 deletions
-
tests/preseed-config.php
|
|
|
@ -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", |
|
|
|
|