Article 5JVRE Cannot log into OpenStack Dashboard / Horizon after fresh install

Cannot log into OpenStack Dashboard / Horizon after fresh install

by
inscil
from LinuxQuestions.org on (#5JVRE)
Hello,

I am trying to install a minimal OpenStack deployment for testing purposes following the installation guide here https://docs.openstack.org/install-guide/. OS is Debian 11, OpenStack version is Wallaby (also tried with Victoria) from the repositories referenced here https://wiki.debian.org/OpenStack.

I followed the instructions for Ubuntu and as far as I can see everything except the dashboard works fine (for the dashboard I followed the Debian instructions on the same site https://docs.openstack.org/horizon/v...ll-debian.html).

Keystone itself seems to be working. If I run
Code:openstack --os-auth-url http://controller:5000/v3 \
--os-project-domain-name Default --os-user-domain-name Default \
--os-project-name admin --os-username admin token issueI get a token. Using the same credentials, I can still not log into the dashboard. I tried with "OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT" enabled and disabled and also as another user than admin.

The keystone log shows very little activity (no warnings or errors) but you see an entry when trying to log in:
Code: /identity/v3/auth/tokens => generated 232 bytes in 5 msecs (HTTP/1.1 404) 3 headers in 152 bytes (1 switches on core 0) I think the dashboard DOES contact keystone (side note: it did not before because :5000 was missing in the OPENSTACK_KEYSTONE_URL line of the dashboard installation guide).

The apache2 log shows a warning but that does not seem to be relevant:
Code: WARNING horizon.base Could not process panel profiler: module 'openstack_dashboard.contrib.developer.profiler.panel' has no attribute 'Profiler', referer: http://10.110.52.211/horizon/auth/login/Enabling the debug output does not really tell me anything I can interpret, just lots of deprecated warnigs and the like. Apache and keystone logs are attached (with and without debug output) as are the keystone and dashboard configs (renamed for upload).

Any help or ideas would be great.
Attached Files
log.gifapache2_error.log (7.2 KB)
log.gifapache2_error_debug.log (16.9 KB)
log.gifkeystone_debug.log (3.9 KB)
txt.gifkeystone.conf.txt (104.1 KB)
txt.gifdashboard_local_settings.txt (5.2 KB)
latest?d=yIl2AUoC8zA latest?i=ZBp181Smpwk:0t9-4ydh228:F7zBnMy latest?i=ZBp181Smpwk:0t9-4ydh228:V_sGLiP latest?d=qj6IDK7rITs latest?i=ZBp181Smpwk:0t9-4ydh228:gIN9vFwZBp181Smpwk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments