Merge "Use correct code version for amphora agent image"
This commit is contained in:
commit
86549d93c5
@ -15,6 +15,9 @@ function octavia_install {
|
|||||||
|
|
||||||
function build_octavia_worker_image {
|
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)
|
TOKEN=$(openstack token issue | grep ' id ' | get_field 2)
|
||||||
die_if_not_set $LINENO TOKEN "Keystone failed to get token."
|
die_if_not_set $LINENO TOKEN "Keystone failed to get token."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user