

The direct setting requires a modern web browser, network accessįrom the browser to the public Glance endpoint, and CORS support to be enabled Is the preferred mode, but due to the following requirements it is not theĭefault. Network hops and prevents filling up Horizon web-server’s filesystem. This bypasses Horizon web-server which both reduces direct sends the image file directly from Legacy enables local file upload by piping the image file through the "off" disables the ability to upload images via Horizon. Valid values are "direct", "legacy" (default) and "off". Ignored_urls is a list of request URLs to be hidden from a log.Ĭurrently you can use the following keywords. The valid methods are POST, GET, PUT, DELETE. Target_methods is a request method which is logged to an operation log. The fields specified in mask_fields are logged as ********. Mask_fields is a list of keys of post data which should be masked from the This setting controls the behavior of the operation log. This setting tells Horizon which themes to use.Ī list of tuples which define multiple themes.

There is anįile found at openstack_dashboard/local/local_settings.py.example.ĪVAILABLE_THEMES = Modify your openstack_dashboard/local/local_settings.py.

With an underscore, and are evaluated alphabetically, after Openstack_dashboard/local/local_settings.d/ directory. To modify your settings, you have two options: Other Settings: settings which do not fall into any of the above Should read the Django settings documentation to see the other Ones documented here are those that Horizon alters by default however, you Section covers all settings that are specific to a single service.ĭjango Settings, which are common to all Django applications. Service-specific Settings: Many services that Horizon consumes, suchĪs Nova and Neutron, don’t advertise their capabilities via APIs, so HorizonĬarries configuration for operators to enable or disable many items. Service, such as page sizes on API requests. Style, bug url and theme configuration, as well as settings that affect every General Settings: this includes visual settings like the modal backdrop Horizon’s settings broadly fall into four categories:
