Repository: jclouds-site
Updated Branches:
  refs/heads/master e1782d775 -> ddcd8002b


Modify an error description

Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/ddcd8002
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/ddcd8002
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/ddcd8002

Branch: refs/heads/master
Commit: ddcd8002befff53854257603f28f2de537d2f9b0
Parents: e1782d7
Author: Xu Liu <ly...@live.cn>
Authored: Thu Mar 30 16:15:22 2017 +0800
Committer: Ignasi Barrera <n...@apache.org>
Committed: Thu Mar 30 17:19:04 2017 +0200

----------------------------------------------------------------------
 guides/openstack.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/ddcd8002/guides/openstack.md
----------------------------------------------------------------------
diff --git a/guides/openstack.md b/guides/openstack.md
index a7769fe..8a2c24b 100644
--- a/guides/openstack.md
+++ b/guides/openstack.md
@@ -178,7 +178,7 @@ In the constructor note that
   * This ones pretty self explanatory, we're using the OpenStack Nova provider 
in jclouds
 * `String identity = "demo:demo"; // tenantName:userName`
   * Here we use the tenant name and user name with a colon between them 
instead of just a user name
-* `String password = "devstack";`
+* `String credential = "devstack";`
   *  The demo account uses ADMIN_PASSWORD too
 * `.endpoint("http://xxx.xxx.xxx.xxx:5000/v2.0/";)`
   * This is the Keystone endpoint that jclouds needs to connect with to get 
more info (services and endpoints) from OpenStack

Reply via email to