set OS_AUTH_TYPE in gate

we use keystone in integration gate but never set OS_AUTH_TYPE.
gnocchi will not default to keystone if OS_AUTH_TYPE isn't set.

Change-Id: I5e006c1b47a68bbe6c2e966faf8c740c23dde1ac
This commit is contained in:
gord chung 2017-02-16 15:25:13 +00:00
parent 0769520920
commit 83412c80cc

View File

@ -97,6 +97,7 @@ export HEAT_SERVICE_URL=$(openstack catalog show orchestration -c endpoints -f v
export NOVA_SERVICE_URL=$(openstack catalog show compute -c endpoints -f value | awk '/public/{print $2}')
export GLANCE_IMAGE_NAME=$(openstack image list | awk '/ cirros.* /{print $4; exit}')
export ADMIN_TOKEN=$(openstack token issue -c id -f value)
export OS_AUTH_TYPE=password
# Run tests with gabbi
echo "Running telemetry integration test suite"