refstack: Fix openid endpoint

openid_endpoint was set to just base site url which is not
correct, it should be https://openstackid.org/accounts/openid2

Change-Id: I6624150f1ab78560347c8f82a13394b164860cad
This commit is contained in:
Martin Kopec 2021-03-12 15:01:29 +00:00
parent 753f9520e6
commit a5a0e5faba

View File

@ -1,2 +1,2 @@
refstack_url: 'https://refstack.openstack.org'
refstack_openid_endpoint: https://openstackid.org
refstack_openid_endpoint: 'https://openstackid.org/accounts/openid2'