From 962126ed4c628ff5e2d0339ba4e7e5a6aa155d7e Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Mon, 15 Apr 2019 19:25:28 +0000 Subject: [PATCH] airflow: Update image reqs to match src reqs The airflow image has a requirements file that is separate from the one located in src/bin/shipyard_airflow, which was missed in a previous uplift patch [0]. This change updates all versions in the image requirements file to match the source code requirements. [0] https://review.openstack.org/652736 Change-Id: I238bba4038e5cd8364711c2c5d1f78f51fc76948 --- images/airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/airflow/requirements.txt b/images/airflow/requirements.txt index 5136fb2b..19f6700e 100644 --- a/images/airflow/requirements.txt +++ b/images/airflow/requirements.txt @@ -25,4 +25,4 @@ kubernetes>=6.0.0 # 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@269083c0c063efa50bd5e88374dbd89abb3921c3#egg=armada +git+https://git.openstack.org/openstack/airship-armada.git@af8a9ffd0873c2fbc915794e235dbd357f2adab1#egg=armada