Skip to content

Commit aad2bbf

Browse files
committed
FIX: Add line requiring auth endpoint and tenant_id to docs
1 parent 7dc454c commit aad2bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ To authenticate, run the following code using one of these authentication method
7272
import pyrax
7373

7474
# Using direct method
75+
pyrax.set_setting("tenant_id", "123456")
7576
pyrax.set_credentials("my_username", "01234567890abcdef")
7677

7778
# Using credentials file
@@ -312,4 +313,3 @@ You can check its `authenticated` attribute to determine if authentication was s
312313
u'roles': [{u'description': u'User Admin Role.',
313314
u'id': u'3',
314315
u'name': u'identity:user-admin'}]}}}
315-

0 commit comments

Comments
 (0)