Comment 7 for bug 1662347

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

Reviewed: https://review.openstack.org/509038
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4083d08e863878fe7990556bae72852a019d39e1
Submitter: Jenkins
Branch: master

commit 4083d08e863878fe7990556bae72852a019d39e1
Author: Feilong Wang <email address hidden>
Date: Tue Oct 3 13:04:34 2017 +1300

    Remove the quota check for "Launch Instance" button

    This patch is going to remove the quota check for "Launch Instance" button,
    because:

    1. For some reasons, the quota check/allowed of the launch instance button
    will be called 2 times, which takes about 0.14 seconds based on our prod
    env (prod API with local horizon)

    2. The launch instance form will do the quota check again, so user will
    not be able to create instance and don't have to wait resp from nova if
    the quota has been exceeded. See https://ibb.co/kor5Tw and
    https://ibb.co/kKm8Fb

    Partial-Bug: #1662347

    Change-Id: I0c4aaf6da29145856f4ab307e40a91c4b47b2135