From 9a201bd7fa866664f31c57ccb27b7956ffcdceed Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 21 Feb 2018 16:27:11 +0100 Subject: [PATCH] Use username + pass in config Signed-off-by: Roeland Jago Douma --- tests/preseed-config.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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",