Comment 3 for bug 1453012

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

Reviewed: https://review.openstack.org/181312
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=0a9d03d5059356a9f494ad331b548cc74d85d75f
Submitter: Jenkins
Branch: master

commit 0a9d03d5059356a9f494ad331b548cc74d85d75f
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