Bug 1125093
Summary: | [RFE][horizon]: Use glance metadata to edit flavors extra specs | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | RHOS Integration <rhos-integ> |
Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> |
Status: | CLOSED ERRATA | QA Contact: | Ido Ovadia <iovadia> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | aberezin, ajeain, aortega, jpichon, markmc, mrunge, slong, ssainkar, yeylon |
Target Milestone: | ga | Keywords: | FutureFeature |
Target Release: | 6.0 (Juno) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://blueprints.launchpad.net/horizon/+spec/glaance-metadata-flavors | ||
Whiteboard: | upstream_milestone_juno-rc1 upstream_definition_approved upstream_status_implemented | ||
Fixed In Version: | python-django-horizon-2014.2-4.el7ost | Doc Type: | Enhancement |
Doc Text: |
Administrators can now create, update, or delete custom properties and metadata for images in the dashboard. This is useful for administrators and users to meaningfully describe images by sharing key-value pairs and tag metadata.
A new "Update metadata" image option in the Admin > Images panel now enables you to customize image properties and metadata.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-02-09 14:56:12 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
RHOS Integration
2014-07-31 04:05:29 UTC
How to test: ------------ 1. Log in as admin 2. Go to images: "Update metadata" should be available as an action 3. Creating: Click on Other, create a new property named "test" in the left column and click +, set e.g. "7" as a value. Click on the image name to see the details and confirm the value appears in the custom properties. 4. Updating: Click on "Update metadata" for that same image, change "7" to something else, e.g. "hello", save. Click on the image name to see the details and confirm the new value appears in the custom properties. 5. Deleting: Click on "Update metadata" for that same image, click on the minus sign (-) beside the test key, Save. Click on the image name to see the details and confirm the value doesn't appear anymore in the custom properties. 6. Seeing existing glance value: Upload a new image and make sure to set the architecture (e.g. x86_64). Click on "Update metadata" and confirm you can see the key/pair value in the right "Existing value" column. Optionally you could also confirm that the values are correctly visible for a regular user when they click on an image details. Verified ======== python-django-horizon-2014.2-5.el7ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0154.html |