Skip to content

Commit

Permalink
Use username + pass in config
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Feb 21, 2018
1 parent 97919c8 commit 51b1088
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/preseed-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,13 @@
'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",
Expand Down

0 comments on commit 51b1088

Please sign in to comment.