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?
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to