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 0xa92876c>, 'name': <django.forms.fields.CharField object at 0xad6c8ac>, 'kernel': <django.forms.fields.CharField object at 0xad6c48c>, 'ramdisk': <django.forms.fields.CharField object at 0xad6c6cc>, 'architecture': <django.forms.fields.CharField object at 0xad6cbac>, 'disk_format': <django.forms.fields.CharField object at 0xad6c7ac>, 'public': <django.forms.fields.BooleanField object at 0xad6c94c>}
AdminUpdateImageForm.media

Previous topic

The horizon.dashboards.syspanel.images.panel Module

Next topic

The horizon.dashboards.syspanel.images Module

This Page