The openstack_dashboard.dashboards.admin.floating_ips.forms ModuleΒΆ

class openstack_dashboard.dashboards.admin.floating_ips.forms.AdminFloatingIpAllocate(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('pool', <django.forms.fields.ChoiceField object at 0x8d1f9d0>), ('tenant', <django.forms.fields.ChoiceField object at 0x8d1f3d0>), ('floating_ip_address', <horizon.forms.fields.IPField object at 0x99a8790>)])
declared_fields = OrderedDict([('pool', <django.forms.fields.ChoiceField object at 0x8d1f9d0>), ('tenant', <django.forms.fields.ChoiceField object at 0x8d1f3d0>), ('floating_ip_address', <horizon.forms.fields.IPField object at 0x99a8790>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.floating_ips Module

Next topic

The openstack_dashboard.dashboards.admin.floating_ips.panel Module

This Page