From cdad9e7cbc41cdec63666d23bc676d980706845d Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Mon, 15 Apr 2019 11:12:50 -0500 Subject: [PATCH] airflow: Update Armada version A recent Shipyard change [0] introduced user-context tracing support in Shipyard, which requires the passing of an additional parameter to the Armada API client. The Armada client was updated to handle the additional parameter [1]; however, the Shipyard version Armada uses was not updated. This change uplifts the version of Armada in requirements.txt for the Airflow component of Shipyard to a version that supports the aforementioned, additional, user-context parameter. [0] https://review.openstack.org/633873 [1] https://review.openstack.org/638124 Change-Id: I7dfbda842eb136858fbb6d891b96d057a977c913 --- src/bin/shipyard_airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/shipyard_airflow/requirements.txt b/src/bin/shipyard_airflow/requirements.txt index 13de559f..06a8a2ec 100644 --- a/src/bin/shipyard_airflow/requirements.txt +++ b/src/bin/shipyard_airflow/requirements.txt @@ -41,4 +41,4 @@ Werkzeug==0.14.1 # Dependencies for other UCP components git+https://git.openstack.org/openstack/airship-deckhand@0aae9dc1776bd97ab8f4152a51baedb24eb61396#egg=deckhand git+https://git.openstack.org/openstack/airship-drydock.git@d93d6d5a0a370ced536180612d1ade708e29cd47#egg=drydock_provisioner&subdirectory=python -git+https://git.openstack.org/openstack/airship-armada.git@37249f3492b137ff6beb3d3c7e5e9dc1732ef8fb#egg=armada +git+https://git.openstack.org/openstack/airship-armada.git@af8a9ffd0873c2fbc915794e235dbd357f2adab1#egg=armada