Comment 2 for bug 1432897

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/164912
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=02acf125597ef48c5e07d80e5f59d189c6fee6ec
Submitter: Jenkins
Branch: master

commit 02acf125597ef48c5e07d80e5f59d189c6fee6ec
Author: Brian Tully <email address hidden>
Date: Mon Mar 16 21:02:41 2015 -0400

    Source step - fix instance count limit and donut chart

    In the current version of the Launch Instance Wizard Source Step,
    the instance count field is not correctly limited based on current
    instance usage and nova limits (maxTotalInstances). There is a bug
    whereby the user can enter an instance count of more than what is
    available (exceeding their quota). In addition, the donut chart
    does not update properly when this occurs. This patch corrects this
    so that if a user enters a number greater than what is available,
    it automatically changes the count to the maximum count that will still
    stay within quota limits.

    Closes-Bug: 1432897

    Change-Id: I24f1309b04f3c045c02b67409c49fc3ee86aea3f