Comment 9 for bug 1626471

Revision history for this message
fangfei (parkfang) wrote :

maybe you can correct the instruction below and try again:
change
WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /usr/lib/cgi-bin/keystone/keystone-public
to
WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /usr/lib/cgi-bin/keystone/keystone-public/$1

note that there is a '$1' at the end of instruction, it means that the matched url will passed to keystone-public thus we can access the right url.