The openstack_dashboard.dashboards.project.routers.forms ModuleΒΆ

Views for managing Neutron Routers.

class openstack_dashboard.dashboards.project.routers.forms.CreateForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateForm.base_fields = {'name': <django.forms.fields.CharField object at 0x8eac690>}
CreateForm.failure_url = 'horizon:project:routers:index'
CreateForm.handle(request, data)[source]
CreateForm.media

Previous topic

The openstack_dashboard.dashboards.project.routers.urls Module

Next topic

The openstack_dashboard.dashboards.project.routers.views Module

This Page