Merge "Set OS_AUTH_TYPE to password"

This commit is contained in:
Jenkins 2017-04-28 04:00:20 +00:00 committed by Gerrit Code Review
commit 0c0232f508
1 changed files with 3 additions and 0 deletions

3
openrc
View File

@ -77,6 +77,9 @@ SERVICE_PROTOCOL=${SERVICE_PROTOCOL:-http}
# Identity API version
export OS_IDENTITY_API_VERSION=${IDENTITY_API_VERSION:-3}
# Ask keystoneauth1 to use keystone
export OS_AUTH_TYPE=password
# Authenticating against an OpenStack cloud using Keystone returns a **Token**
# and **Service Catalog**. The catalog contains the endpoints for all services
# the user/project has access to - including nova, glance, keystone, swift, ...