Repository: jclouds-site
Updated Branches:
  refs/heads/keystonev3 422489d18 -> 1e3fef1b5


Fix typo


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

Branch: refs/heads/keystonev3
Commit: 1e3fef1b5d98d32a40dad01f20d927180bef0138
Parents: 422489d
Author: Ignasi Barrera <[email protected]>
Authored: Thu Jan 11 16:56:23 2018 +0100
Committer: Ignasi Barrera <[email protected]>
Committed: Thu Jan 11 16:56:23 2018 +0100

----------------------------------------------------------------------
 _posts/2018-01-11-keystone-v3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/1e3fef1b/_posts/2018-01-11-keystone-v3.md
----------------------------------------------------------------------
diff --git a/_posts/2018-01-11-keystone-v3.md b/_posts/2018-01-11-keystone-v3.md
index 1429499..6474ba4 100644
--- a/_posts/2018-01-11-keystone-v3.md
+++ b/_posts/2018-01-11-keystone-v3.md
@@ -50,7 +50,7 @@ By default, jclouds uses **password authentication with 
unscoped authorization**
 Properties overrides = new Properties();
 // Project scoped authorization (must use the proejct ID)
 overrides.put(KeystoneProperties.SCOPE, 
"project:2f9b30f706bc45d7923e055567be2e98");
-// Domain scoped authorization (cna use the domain name or the ID)
+// Domain scoped authorization (can use the domain name or the ID)
 overrides.put(KeystoneProperties.SCOPE, "domain:default");
 overrides.put(KeystoneProperties.SCOPE, 
"domainId:2f9b30f706bc45d7923e055567be2e98");
 {% endhighlight %}

Reply via email to