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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa38d090>), ('tenant_id', <django.forms.fields.CharField object at 0xa38d050>), ('network_id', <django.forms.fields.CharField object at 0xa38dcd0>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x8e49ad0>), ('shared', <django.forms.fields.BooleanField object at 0x8e49890>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xa38d090>), ('tenant_id', <django.forms.fields.CharField object at 0xa38d050>), ('network_id', <django.forms.fields.CharField object at 0xa38dcd0>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x8e49ad0>), ('shared', <django.forms.fields.BooleanField object at 0x8e49890>)])
failure_url = 'horizon:project:networks:index'
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.project.networks Module

Next topic

The openstack_dashboard.dashboards.project.networks.panel Module

This Page