add KEYSTONE_ADMIN_ENDPOINT=true to func tests

this patch https://review.opendev.org/c/openstack/devstack/+/777345
disabled creation of admin endpoint.
thus ec2-api fails to use s3 for image import.
Enable it back when ec2-api enabled

Change-Id: If208f9ce5e23e493c4983e05e569d555657e54ee
This commit is contained in:
Andrey Pavlov 2021-11-21 09:19:17 +03:00 committed by Andrey Pavlov
parent 6b732fdf71
commit 66c46daf70
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
- opendev.org/openstack/neutron-vpnaas
- opendev.org/openstack/neutron-tempest-plugin
vars:
devstack_localrc:
KEYSTONE_ADMIN_ENDPOINT: true
devstack_services:
tls-proxy: false
tox_envlist: all