We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The installer script says that the ownership should be chown www-data /var/lib/openstack-dashboard/secret_key
With www-data having the ownership; dashboard doesn't come up.
This should be changed to chown horizon /var/lib/openstack-dashboard/secret_key
The text was updated successfully, but these errors were encountered:
This is fixed now
Sorry, something went wrong.
@ypraveen I don't have ownership to assign and close this, so you can close it.
@anantpatil Could we make the change at line 166 and not at the end ( line 198)? Just replace www-data to horizon at 166 and we are good.
@anantpatil I fixed the permissions so you have admin rights to this repo too.
No branches or pull requests
The installer script says that the ownership should be
chown www-data /var/lib/openstack-dashboard/secret_key
With www-data having the ownership; dashboard doesn't come up.
This should be changed to
chown horizon /var/lib/openstack-dashboard/secret_key
The text was updated successfully, but these errors were encountered: