Comment 3 for bug 1434315

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (juno)

Reviewed: https://review.openstack.org/170303
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=ce26c77301355104830546b1237b802676b4bc56
Submitter: Jenkins
Branch: juno

commit ce26c77301355104830546b1237b802676b4bc56
Author: Nolan Brubaker <email address hidden>
Date: Tue Mar 24 12:40:32 2015 -0400

    Move SYMLINK_DIR declaration to bootstrap-aio.sh

    The gate-check-commit.sh script defined the SYMLINK_DIR variable, but it
    was only used in bootstrap-aio.sh. This meant that using
    bootstrap-aio.sh by itself would fail due to the undefined variable.

    This change moves the declaration to boostrap-aio.sh so that an AIO can
    be boostrapped without necessitating a gate check.

    Closes-Bug: #1434315
    (cherry picked from commit ec2113f05c61fb47ab3e9e1dc5a2bbf35eb72bb2)

    Conflicts:
     scripts/bootstrap-aio.sh
     scripts/gate-check-commit.sh

    Change-Id: Id1b20379c5837cdd4b3df03de42f0ea612e3fbb5