Merge "Fix for test_image_create_delete"

This commit is contained in:
Jenkins 2015-06-17 02:40:53 +00:00 committed by Gerrit Code Review
commit b83eb26112
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class ImagesPage(basepage.BaseNavigationPage):
CREATE_IMAGE_FORM_FIELDS = (
"name", "description", "image_source", "image_location",
"image_file", "format", "architecture", "minimum_disk",
"image_file", "kernel", "ramdisk",
"format", "architecture", "minimum_disk",
"minimum_ram", "public", "protected"
)