The openstack_dashboard.api.rest.urls ModuleΒΆ

openstack_dashboard.api.rest.urls.register(view)[source]

Register API views to respond to a regex pattern (url_regex on the view class).

The view should be a standard Django class-based view implementing an as_view() method. The url_regex attribute of the view should be a standard Django URL regex pattern.

Previous topic

The openstack_dashboard.api.rest.nova Module

Next topic

The openstack_dashboard.api.rest.utils Module

Project Source

This Page