Browse code

Merge "Set OS_AUTH_TYPE to password"

Jenkins authored on 2017/04/28 13:00:20
Showing 1 changed files
... ...
@@ -77,6 +77,9 @@ SERVICE_PROTOCOL=${SERVICE_PROTOCOL:-http}
77 77
 # Identity API version
78 78
 export OS_IDENTITY_API_VERSION=${IDENTITY_API_VERSION:-3}
79 79
 
80
+# Ask keystoneauth1 to use keystone
81
+export OS_AUTH_TYPE=password
82
+
80 83
 # Authenticating against an OpenStack cloud using Keystone returns a **Token**
81 84
 # and **Service Catalog**.  The catalog contains the endpoints for all services
82 85
 # the user/project has access to - including nova, glance, keystone, swift, ...