-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Custom config is not applied #302
Comments
It already loads all files from https://github.com/openstack/horizon/blob/master/openstack_dashboard/settings.py#L268-L280 |
Oh, I haven't seen that. Maybe the issue is that the local_settings.py, which is also placed in this directory, overwrites the contents of 9999_custom_settings.py? I guess it should be renamed to 0000_local_settings.py
I'll take a second look once I have it deployed again. |
No, The problem is that you are putting things in TripleO didn't like that and moved some (but not all) of the configuration files to The horizon-operator assumed those files should be in |
Be the way, we can (and should) just put the memcached config in the local_settings directly, that's how we did it originally with puppet-horizon. |
Those symlinks are also required for the plugins and the downstream theme to work. |
I tried to apply the following config:
The service still fails connecting to memcached, since I have TLS enabled. On furthter inspection, I see that the settings are not applied:
I think there needs to be an import in local_settings.py to import all of the files from the
/etc/openstack-dashboard/local_settings.d/
directory.The text was updated successfully, but these errors were encountered: