diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 5277248b3d..779868310d 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",