← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1243241] Re: missing hover hint for instance:<type> meter in Metric dropdown list

 

** Changed in: horizon/havana
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1243241

Title:
  missing hover hint for instance:<type> meter in Metric dropdown list

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in OpenStack Dashboard (Horizon) havana series:
  Fix Released

Bug description:
  The Metric dropdown list on the Stats tab of the admin/Resource Usage
  panel has hover hints with a short description of each meter listed.

  However the hover hint for instance:<type> meter is missing.

  This is because tab context_data list of hover hints is seemingly
  built up from a copy'n'paste from the ceilometer documentation:

    http://docs.openstack.org/developer/ceilometer/measurements.html
  #compute-nova

  in particular, using the literal 'instance:<type>' as the meter name.

  Whereas in the ceilometer docco,  'instance:<type>' is not intended to
  be interpreted as a literal meter name. Instead the '<type>' is
  intended to act as a placeholder for the actual instance type, i.e.
  the nova flavor name of 'm1.tiny', 'm1.small', etc.

  So this non-existent 'instance:<type>' meter should be replaced with a
  set of hints for meters named with a  'instance:' prefix and a flavor
  name suffix,  for each of the current set of flavors known to nova
  (i.e. both standard  and custom instance types).

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1243241/+subscriptions