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
parent 812ea354d0
commit 9a201bd7fa
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
  1. 7
      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",

Loading…
Cancel
Save