FIX: Add line requiring tenant_id to docs#520
FIX: Add line requiring tenant_id to docs#520pratikmallya wants to merge 1 commit intopycontribs:masterfrom
Conversation
|
Can you share some code to show what you were trying to do? Neither of those settings are needed to authenticate with public cloud. |
|
Just getting right to the point: does |
|
@briancurtin: i tried again and I don't seem to need the |
3780c20 to
aad2bbf
Compare
|
You'll have to share some code, failure messages, and your environment then, because that setting has never been needed with public cloud. |
|
If you try to log into the Rackspace public cloud as a user that was created for an account, rather than the main account username, you will need to specify |
|
Looks like based on the discussion, that additional information needs to be added to the documentation stating that the |
I wasn't able to authenticate without specifying an
auth_endpointandtenant_id. This PR aims at providing that information to future users.