keystoneclient package: include interface parameter in example
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-keystoneclient |
New
|
Undecided
|
Unassigned |
Bug Description
I tried accessing our keystone API via python-
From my network I don't have access to the internal or admin interface.
By default, the admin interface is used (cf. https:/
The connection was set up like this:
password_method = v3.PasswordMeth
keystone_auth = v3.Auth(auth_url='https:/
sess = session.
keystone = keystoneclient.
Trying to access any data gives me an exception as such:
keystoneauth1.
Which, of course, is the expected behaviour.
It took me a lot of time to find the documentation which then mentions the interface parameter:
https:/
So you're supposed to use it like this:
keystone = keystoneclient.
This parameter seems very common to me and I have seen others stumble over it. Therefore I would suggest to include an example for it on one of the following pages:
https:/
https:/
https:/