← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1428687] Re: Available Volume Limit label don`t counts how much resources remains

 

Reviewed:  https://review.opendev.org/703278
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f6f858f7217eb22ffa96347e992aa9640f486542
Submitter: Zuul
Branch:    master

commit f6f858f7217eb22ffa96347e992aa9640f486542
Author: 白子玉 <baiziyu@xxxxxxxxxx>
Date:   Sun Jan 19 14:11:50 2020 +0800

    Trigger size's oninput event manually after choosing source
    
    When creating volume, after choosing a source such as Image,
    Volume, Snapshot, the size is changed but oninput event cannot
    be triggerred so that charts won't update automatically.
    
    Change-Id: Ib1850739513af2cf13bcd4b468e809e9f0642c8a
    closes-bug: #1428687


** Changed in: horizon
       Status: In Progress => 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/1428687

Title:
  Available Volume Limit label don`t counts how much resources remains

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Steps:
  1. Login to Horizon.
  2. Go to http://horizon_ip/project/volumes/
  3. Click on "Create Volume" button.
  4. Create several volumes of some sizes.

  Create Volume dialog contains graphical and textual labels of limits:
  Total Gigabytes (X) - 1000 GB Available
  Number of Volumes (Y) - 10 Available

  X and Y counts how much Gigs and Volumes used.
  1000 GB and 10 volumes are set as Default Quotas.

  Actual: Available number is not changed according to actual amount of
  remained resources. Therefore Available label just shows Default Quota
  limit.

  Expected: we can see good behaviour in "Allocate Floating IP" dialog.
  There "Available" number calculated as: Available =  Quota -
  Allocated.

  Screenshot attached.

  Devstack:
  os|distro=trusty
  os|vendor=Ubuntu
  os|release=14.04
  git|cinder|master[2079b0f]
  git|glance|master[8d21220]
  git|heat|master[6d6e417]
  git|heat-cfntools|master[a7ffb71]
  git|heat-templates|master[35e6837]
  git|horizon|master[680488d]
  git|keystone|master[e54c323]
  git|nova|master[422b22e]

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


References