← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288954] Re: Progress indicators in Resize Instance modal show incorrect values

 

** Changed in: horizon
       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/1288954

Title:
  Progress indicators in Resize Instance modal show incorrect values

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Progress indicators in Resize Instance modal show two colors, blue for
  currently allocated and green for the allocation-to-be based on user's
  flavor choice. The problem is the current flavor is taken into account
  in blue, and the new flavor is taken into account in green. In other
  words, allocation numbers of two flavors for the same instance are
  included in the progress bar.

  Suggestion is to exclude the current flavor from the blue piece, and
  use the new flavor for the green piece.

  To reproduce the issue,
  1. Launch an instance with m1.nano flavor.
  2. Open the Resize Instance modal by clicking on More > Resize Instance next to the instance.
  3. Select "m1.micro" for New Flavor.

  You'll notice blue and green sections showing 1 for "Number of
  Instances", even though resizing is not supposed to change the number
  of instances.

  Similarly, it shows 1 vcpu for blue and 1 for green, even though
  selecting m1.micro should not change the number of allocated vcpus.

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


References