how to change dashboard url
i installed openstack train on centOS when i change webroot from '/dashboard/' to '/' i cant access identity tab but other tabs loaded successfully and works fine. /etc/httpd/conf.d/openstack-dashboard.conf :
WSGIDaemonProcess dashboard
WSGIProcessGroup dashboard
WSGISocketPrefix run/wsgi
WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
Alias /static /usr/share/openstack-dashboard/static/
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
Options All
AllowOverride All
Require all granted
</Directory>
<Directory /usr/share/openstack-dashboard/static>
Options All
AllowOverride All
Require all granted
</Directory>
/etc/openstack-dashboard/local_settings :
WEBROOT = '/'
#LOGIN_URL = WEBROOT + 'auth/login/'
#LOGOUT_URL = WEBROOT + 'auth/logout/'
#LOGIN_ERROR = WEBROOT + 'auth/error/'
What do you mean by "can't access"? Has it disappeared or do you get an error when you try to access it?
In any case, I'd check the logs.
Not found error
That's a strange comment.