Merge "Use correct code version for amphora agent image"

This commit is contained in:
Jenkins 2016-07-06 17:59:07 +00:00 committed by Gerrit Code Review
commit 86549d93c5

View File

@ -15,6 +15,9 @@ function octavia_install {
function build_octavia_worker_image {
# pull the agent code from the current code zuul has a reference to
export DIB_REPOLOCATION_amphora_agent=$OCTAVIA_DIR
export DIB_REPOREF_amphora_agent=$(git -C "$OCTAVIA_DIR" log -1 --pretty="format:%H")
TOKEN=$(openstack token issue | grep ' id ' | get_field 2)
die_if_not_set $LINENO TOKEN "Keystone failed to get token."