From cdb59feb206cf0ff3e079695c23ecfdb07271e25 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 26 Jun 2020 15:04:21 -0600 Subject: [PATCH] Fix missing requirements for tests We added heatclient and metalsmith requirements as part of our modules so we need to make sure to properly capture them. Change-Id: Ia5859ecf0822f19b9f04dda79d5b8b5eaf5220be --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 373db582e..f60cc444a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ pbr>=1.6 tripleo-common>=11.3.1 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 +python-heatclient # Apache-2.0 python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0,<4.0.0;python_version=='2.7' # Apache-2.0 python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0;python_version>='3.6' # Apache-2.0 +metalsmith # Apache-2.0