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 <takanattie@gmail.com>
This commit is contained in:
Takashi Natsume 2021-12-17 00:23:26 +09:00
parent d3b4c01ea4
commit 871c50c5b9
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
vars:
openrc_enable_export: true
devstack_localrc:
KEYSTONE_ADMIN_ENDPOINT: true
USE_PYTHON3: true
irrelevant-files:
- ^.*\.rst$

View File

@ -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