From 2184d6a3ffd204117d958eb3c3fe53d02aa0a316 Mon Sep 17 00:00:00 2001
From: "Sean M. Collins" <sean@coreitpro.com>
Date: Fri, 20 Jan 2017 13:30:49 -0500
Subject: [PATCH] Specify the version of the credentials to download from
 Horizon

More recent versions of OpenStack Horizon provide Identity v2 and
Identity v3 versions of the RC file.
---
 contrib/terraform/openstack/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/terraform/openstack/README.md b/contrib/terraform/openstack/README.md
index 2f185518a..9df7abd9f 100644
--- a/contrib/terraform/openstack/README.md
+++ b/contrib/terraform/openstack/README.md
@@ -30,7 +30,7 @@ requirements.
 
 #### OpenStack
 
-Ensure your OpenStack credentials are loaded in environment variables. This can be done by downloading a credentials .rc file from your OpenStack dashboard and sourcing it:
+Ensure your OpenStack **Identity v2** credentials are loaded in environment variables. This can be done by downloading a credentials .rc file from your OpenStack dashboard and sourcing it:
 
 ```
 $ source ~/.stackrc
-- 
GitLab