Using supplying docs produces 400 Expecting to find domain in project.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-keystoneclient |
New
|
Undecided
|
Unassigned |
Bug Description
If one uses the example from doc/source/
keystoneauth1.
The example is like this:
>>> auth = v3.Password(
... user_id='myuserid',
... password=
... project_
But a working code must include project domain, like this:
auth = v3.Password(