← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1394549] Re: Unnecessary use of 'aggregate_instance_extra_specs' prefix while updating metadata on Host Aggregates

 

This bug was last updated nearly 3 years ago, and as there have
been many changes to both nova and horizon since then, this is
getting marked as Invalid. There is also no reference to 
'aggregate_instance_extra_specs' in the horizon code base. If 
the issue still exists, please feel free to reopen it, and 
provide additional details on how to reproduce it.


** Changed in: horizon
       Status: In Progress => Invalid

-- 
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/1394549

Title:
  Unnecessary use of 'aggregate_instance_extra_specs' prefix while
  updating metadata on Host Aggregates

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  While updating metadata for hoist-aggregate there is added prefix
  'aggregate_instace_extra_specs' by default.

  For example:

      "aggregate_instance_extra_specs:cpu_info:topology:cores = 2"

  This is totally unnecessary. AggregateInstanceExtraSpecsFilter requires only flavors (instance types) to have defined
  'aggregate_instance_extra_specs' prefix. I believe that AggregateInstanceExtraSpecsFilter in nova is the only place
  where this prefix is used. Main goal of this bug is to remove adding 'aggregate_instace_extra_specs' prefix
  while updating metadata on Host Aggregates in horizon.

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


References