32b48c81a2
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
3 lines
93 B
YAML
3 lines
93 B
YAML
refstack_url: 'https://{{ ansible_fqdn }}'
|
|
refstack_openid_endpoint: https://openstackid.org
|