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 0xb832c6c>, 'name': <django.forms.fields.CharField object at 0xb832d4c>, 'kernel': <django.forms.fields.CharField object at 0xb6159cc>, 'ramdisk': <django.forms.fields.CharField object at 0xb615ecc>, 'architecture': <django.forms.fields.CharField object at 0xb8f2f0c>, 'disk_format': <django.forms.fields.CharField object at 0xb8f282c>, 'public': <django.forms.fields.BooleanField object at 0xb8f2e4c>}
AdminUpdateImageForm.media

Previous topic

The horizon.dashboards.syspanel.users.tests Module

Next topic

The horizon.dashboards.syspanel.images.views Module

This Page