Merge "Include dib-builddate.txt for configure_mirror.sh"

This commit is contained in:
Jenkins 2016-08-24 18:30:23 +00:00 committed by Gerrit Code Review
commit 5fd5812c5a
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
if [ -f /etc/dib-builddate.txt ]; then
echo "Image build date"
echo "================"
cat /etc/dib-builddate.txt
fi
source /etc/nodepool/provider
NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.$NODEPOOL_REGION.$NODEPOOL_CLOUD.openstack.org}