Merge "Set OS_AUTH_TYPE to password"
diff --git a/openrc b/openrc
index 4cdb50e..38f5c47 100644
--- a/openrc
+++ b/openrc
@@ -77,6 +77,9 @@
 # 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, ...