openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21243
[Keystone] which config works?
Hi all,
In auth_token (at keystoneclient middleware), if we config like below:
auth_uri = http://localhost:5000/
(without auth_protocal setting which default https)
or like below
auth_uri = http://localhost:5000/
auth_protocal = http
Which one SHOULD works?
The first one is brief but doesn't work, because of current implementation.
As a result, we have to set protocal if we need http no matter how I set
the auth_uri.
Could we improve relative codes?