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

Previous topic

The openstack_dashboard.dashboards.admin.floating_ips.views Module

Next topic

The openstack_dashboard.dashboards.admin.floating_ips Module

Project Source

This Page