Can't update image properties with Glance Rocky
Bug #1830301 reported by
Andy Botting
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
In Progress
|
Undecided
|
MarkMielke |
Bug Description
With the Rocky version of Glance, some new READ ONLY image properties were added: os_hash_algo and os_hash_value.
(See https:/
Since these were added, it can be impossible for a regular user to update an image from the OpenStack dashboard, because these properties are read-only and can be None, the update image dialog considers the form as incomplete and greys out the 'Update Image' button.
Changed in horizon: | |
status: | New → Confirmed |
tags: | added: glance |
To post a comment you must log in.
The documentation has configuration setting:
IMAGE_RESERVED_ CUSTOM_ PROPERTIES
A list of image custom property keys that should not be displayed in the Update Metadata tree.
This sounds perfect, but appears to be not referenced in the code at all. Would be great to be able to use this to filter out those read only properties.