The openstack_dashboard.api.rest.config ModuleΒΆ

class openstack_dashboard.api.rest.config.Settings(**kwargs)[source]

Bases: django.views.generic.base.View

API for retrieving settings.

This API returns read-only settings values. This configuration object can be fetched as needed. Examples of settings: OPENSTACK_HYPERVISOR_FEATURES

SPECIALS = {'HORIZON_ACTIVE_IMAGE_VERSION': 2, 'HORIZON_IMAGES_UPLOAD_MODE': 'legacy', 'IMAGES_ALLOW_LOCATION': False}
get(request, *args, **kw)[source]
url_regex = 'settings/$'

Previous topic

The openstack_dashboard.api.rest.urls Module

Next topic

The openstack_dashboard.usage.views Module

Project Source

This Page