Bases: openstack_dashboard.dashboards.project.networks.ports.forms.UpdatePort
-
base_fields = OrderedDict([('network_id', <django.forms.fields.CharField object at 0xacee190>), ('port_id', <django.forms.fields.CharField object at 0xacee090>), ('name', <django.forms.fields.CharField object at 0xaceef90>), ('admin_state', <django.forms.fields.ChoiceField object at 0xaceec10>), ('device_id', <django.forms.fields.CharField object at 0xad2da10>), ('device_owner', <django.forms.fields.CharField object at 0xad2d5d0>), ('binding__host_id', <django.forms.fields.CharField object at 0xad2d350>)])
-
declared_fields = OrderedDict([('network_id', <django.forms.fields.CharField object at 0xacee190>), ('port_id', <django.forms.fields.CharField object at 0xacee090>), ('name', <django.forms.fields.CharField object at 0xaceef90>), ('admin_state', <django.forms.fields.ChoiceField object at 0xaceec10>), ('device_id', <django.forms.fields.CharField object at 0xad2da10>), ('device_owner', <django.forms.fields.CharField object at 0xad2d5d0>), ('binding__host_id', <django.forms.fields.CharField object at 0xad2d350>)])
-
failure_url = 'horizon:admin:networks:detail'
-
handle(request, data)[source]
-
media