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 0x7f9f3f9baed0>), ('tenant', <django.forms.fields.ChoiceField object at 0x7f9f3f9ba610>), ('floating_ip_address', <horizon.forms.fields.IPField object at 0x7f9f3fb58210>)])
declared_fields = OrderedDict([('pool', <django.forms.fields.ChoiceField object at 0x7f9f3f9baed0>), ('tenant', <django.forms.fields.ChoiceField object at 0x7f9f3f9ba610>), ('floating_ip_address', <horizon.forms.fields.IPField object at 0x7f9f3fb58210>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.floating_ips Module

Next topic

The openstack_dashboard.dashboards.admin.floating_ips.tables Module

Project Source

This Page