From 871c50c5b91cc0b338c78d73606179f08b7c9bb8 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Fri, 17 Dec 2021 00:23:26 +0900 Subject: [PATCH] Fix check job failures This patch fixes the following failures. * package version conflict in the lower-constraints job * An error about admin endpoint for identity service in the python-novaclient-functional job Closes-bug: 1954916 Closes-bug: 1954917 Change-Id: Ie48dda004aaf5d01d286bdc0d9fe355d58e62d75 Signed-off-by: Takashi Natsume --- .zuul.yaml | 1 + lower-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 791aa8fd2..12ce938d1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,6 +8,7 @@ vars: openrc_enable_export: true devstack_localrc: + KEYSTONE_ADMIN_ENDPOINT: true USE_PYTHON3: true irrelevant-files: - ^.*\.rst$ diff --git a/lower-constraints.txt b/lower-constraints.txt index 117b697ce..dd3199a20 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -10,7 +10,7 @@ coverage==4.0 cryptography==2.1 ddt==1.0.1 debtcollector==1.2.0 -decorator==3.4.0 +decorator==4.1.0 deprecation==1.0 dogpile.cache==0.6.2 eventlet==0.18.2