The horizon.dashboards.syspanel.images.forms ModuleΒΆ

class horizon.dashboards.syspanel.images.forms.AdminUpdateImageForm(request, *args, **kwargs)[source]

Bases: horizon.dashboards.nova.images_and_snapshots.images.forms.UpdateImageForm

AdminUpdateImageForm.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>}
AdminUpdateImageForm.media

Previous topic

The horizon.dashboards.syspanel.images Module

Next topic

The horizon.dashboards.syspanel.images.urls Module

This Page