| Summary: | [horizon] hover hints for instance:<type> meters are missing | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eoghan Glynn <eglynn> |
| Component: | python-django-horizon | Assignee: | Eoghan Glynn <eglynn> |
| Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | aortega, breeler, ddomingo, eglynn, hateya, jpichon, mrunge, yeylon |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-django-horizon-2013.2-6.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
The Dashboard service now retrieves the list of supported flavors from the nova-api service before constructing hover hints for the Metric drop-down list (in the admin/Resource Usage panel). The nova-api service provides correct and updated hover hints for all items that appear in this drop-down list, including the generic "instance:<type>" entry. In previous releases, this entry did not have a hover hint.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:37:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Eoghan Glynn
2013-11-21 13:32:27 UTC
Fix landed on upstream master: http://github.com/openstack/horizon/commit/386d5865 and proposed on upstream stable/havana: https://review.openstack.org/54709 Fix landed on stable/horizon upstream: http://github.com/openstack/horizon/commit/9be1df13 Backport landed internally: https://code.engineering.redhat.com/gerrit/16395 Note the commit message contains an erroneous tag: s/Resolves rhbz: 1033044/Resolves rhbz: 1033053/ (similar BZ IDs and bug subject matter led to this human error on my part) Will Test this fix as soon as QE will get a build newer than 2013-11-26.3 Hi Don, thank you for the doc text beautification in this and other bugs! I would suggest removing the last sentence, "In previous releases, this entry did not have a hover hint." as this is a new panel. Hi Don, also the beautified text is slightly incorrect, specifically: ... including the generic "instance:<type>" entry. The point of the fix was to replace the generic "instance:<type>" entry with the specific "instance:m1.tiny", "instance:m1.small", "instance:m1.medium" ... etc. meter names that actually exist in the metering store. Also: "The nova-api service provides correct and updated hover hints ..." is a bit misleading. The nova-api service provides the existing flavor names (i.e. instance types) only. Horizon then constructs a hover hit around the flavor name, e.g. in the hover hint: 'Duration of instance type m1.tiny (openstack flavor)' only the 'm1.tiny' portion is provided by the nova-api service. Verified NVR: python-django-horizon-2013.2-8.el6ost.noarch Repeated the steps to reproduce in comment #0 Result: ======= When I hovered the 'instance:<type>' attribute, a hint was displayed: Duration of instance <type> (openstack types) 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. http://rhn.redhat.com/errata/RHEA-2013-1859.html |