Skip to content

Commit 4c67da8

Browse files
committed
Merge pull request #42 from grncdr/patch-1
Add tenantName to OpenStack example
2 parents fed5bf8 + 7593729 commit 4c67da8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/quickref.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ username and password:
3939
'https://example.com/v2/identity',
4040
array(
4141
'username' => 'your username',
42-
'password' => 'your Keystone password'
42+
'password' => 'your Keystone password',
43+
'tenantName' => 'your tenant (project) name'
4344
));
4445

4546
(Note that the `tenantName` value may not be required for all installations.)

0 commit comments

Comments
 (0)