Browse Source

Use username + pass in config

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v14.0.0beta1
Roeland Jago Douma 6 years ago
parent
commit
9a201bd7fa
No account linked to committer's email address
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      tests/preseed-config.php

+ 5
- 2
tests/preseed-config.php 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",

Loading…
Cancel
Save