Comment 4 for bug 1453012

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/kilo)

Reviewed: https://review.openstack.org/181409
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=60e37120de3b2010182362ec88e41f1d948c159d
Submitter: Jenkins
Branch: stable/kilo

commit 60e37120de3b2010182362ec88e41f1d948c159d
Author: Yuki Nishiwaki <email address hidden>
Date: Fri May 8 16:29:55 2015 +0900

    Move install_infra before execute build_wheels.sh

    The pip_install_gr function in build_wheels.sh use requirements project.
    So requirements project must exist before execute build_wheels.sh.
    Then we moved install_infra function which install requirements project.

    Change-Id: I8f80ecafff0f7e1942731379b70bccac338ea3b3
    Closes-Bug: 1453012