The openstack_dashboard.api.rest.config ModuleΒΆ
-
class
openstack_dashboard.api.rest.config.Settings(**kwargs)[source] Bases:
django.views.generic.base.ViewAPI for retrieving settings.
This API returns read-only settings values. This configuration object can be fetched as needed. Examples of settings: OPENSTACK_HYPERVISOR_FEATURES
-
get(request, *args, **kw)[source]
-
url_regex= 'settings/$'
-