The horizon.dashboards.nova.images_and_snapshots.images.forms ModuleΒΆ

Views for managing Nova images.

class horizon.dashboards.nova.images_and_snapshots.images.forms.CreateImageForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateImageForm.base_fields = {'name': <django.forms.fields.CharField object at 0x4d841d0>, 'copy_from': <django.forms.fields.CharField object at 0x4d84310>, 'disk_format': <django.forms.fields.ChoiceField object at 0x4d84590>, 'minimum_disk': <django.forms.fields.IntegerField object at 0x4d84690>, 'minimum_ram': <django.forms.fields.IntegerField object at 0x4d84810>, 'is_public': <django.forms.fields.BooleanField object at 0x4d84950>}
CreateImageForm.handle(request, data)[source]
CreateImageForm.media
class horizon.dashboards.nova.images_and_snapshots.images.forms.UpdateImageForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

UpdateImageForm.base_fields = {'image_id': <django.forms.fields.CharField object at 0x4d84a50>, 'name': <django.forms.fields.CharField object at 0x4d84b50>, 'kernel': <django.forms.fields.CharField object at 0x4d84cd0>, 'ramdisk': <django.forms.fields.CharField object at 0x4d84e10>, 'architecture': <django.forms.fields.CharField object at 0x4d84f50>, 'disk_format': <django.forms.fields.CharField object at 0x4d49090>, 'public': <django.forms.fields.BooleanField object at 0x4d49150>}
UpdateImageForm.handle(request, data)[source]
UpdateImageForm.media

Previous topic

The horizon.dashboards.nova.images_and_snapshots.images Module

Next topic

The horizon.dashboards.nova.images_and_snapshots.images.tabs Module

This Page