Comment 1 for bug 1434315

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

Reviewed: https://review.openstack.org/167316
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=ec2113f05c61fb47ab3e9e1dc5a2bbf35eb72bb2
Submitter: Jenkins
Branch: master

commit ec2113f05c61fb47ab3e9e1dc5a2bbf35eb72bb2
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.

    Change-Id: Id1b20379c5837cdd4b3df03de42f0ea612e3fbb5
    Closes-Bug: #1434315