From aad2bbf2bc91cc46bdce848369118973bf3c3157 Mon Sep 17 00:00:00 2001 From: Pratik Mallya Date: Tue, 9 Dec 2014 13:37:30 -0600 Subject: [PATCH] FIX: Add line requiring auth endpoint and tenant_id to docs --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 06083a0e..7cd062a0 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -72,6 +72,7 @@ To authenticate, run the following code using one of these authentication method import pyrax # Using direct method + pyrax.set_setting("tenant_id", "123456") pyrax.set_credentials("my_username", "01234567890abcdef") # Using credentials file @@ -312,4 +313,3 @@ You can check its `authenticated` attribute to determine if authentication was s u'roles': [{u'description': u'User Admin Role.', u'id': u'3', u'name': u'identity:user-admin'}]}}} -