The openstack_dashboard.dashboards.project.images.snapshots.forms ModuleΒΆ

class openstack_dashboard.dashboards.project.images.snapshots.forms.CreateSnapshot(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7fdfafd9ed50>), ('name', <django.forms.fields.CharField object at 0x7fdfafd9ef90>)])
declared_fields = OrderedDict([('instance_id', <django.forms.fields.CharField object at 0x7fdfafd9ed50>), ('name', <django.forms.fields.CharField object at 0x7fdfafd9ef90>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.project.images.urls Module

Next topic

The openstack_dashboard.dashboards.project.images.snapshots Module

Project Source

This Page