Comment 7 for bug 1697634

Revision history for this message
Helder Marques (hlourencomarques) wrote :

Hello,

I also experienced a similar case at Victoria on Ubuntu.

The solution of Takehiko OGASAWARA (ogalush) worked for me too.

Edit /etc/openstack-dashboard/local_settings.py

- OPENSTACK_KEYSTONE_URL = "http://%s/identity/v3" % OPENSTACK_HOST
+ OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST

Environment:
Ubuntu 20.04.1 LTS (focal)
OpenStack Victoria

Best Regards,

Helder Marques