aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/preseed-config.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/preseed-config.php b/tests/preseed-config.php
index 5277248b3d2..779868310dc 100644
--- a/tests/preseed-config.php
+++ b/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",