refstack: use external https for API

Currently this variable is setting several URL's used in the config to
internal http links (port 8000).  This bubbles through to the UI which
then can't talk to the API.  Emperically, changing these values in the
container config and restarting it makes things work.  Update this
variable to make it talk to external https.

Change-Id: If61ec1e0383b98d34d092c55ca0095588487902a
This commit is contained in:
Ian Wienand 2021-02-11 11:44:39 +11:00
parent 56a31cb114
commit 32b48c81a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
refstack_url: 'http://{{ ansible_fqdn }}:8000'
refstack_url: 'https://{{ ansible_fqdn }}'
refstack_openid_endpoint: https://openstackid.org