We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fed5bf8 + 7593729 commit 4c67da8Copy full SHA for 4c67da8
docs/quickref.md
@@ -39,7 +39,8 @@ username and password:
39
'https://example.com/v2/identity',
40
array(
41
'username' => 'your username',
42
- 'password' => 'your Keystone password'
+ 'password' => 'your Keystone password',
43
+ 'tenantName' => 'your tenant (project) name'
44
));
45
46
(Note that the `tenantName` value may not be required for all installations.)
0 commit comments