You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2018/01/16 10:44:20 UTC

[5/8] jclouds-site git commit: Update advice on usge of AuthentictionModule and ServiceCatalogModule

Update advice on usge of AuthentictionModule and ServiceCatalogModule


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

Branch: refs/heads/master
Commit: e70cd3aa2ae1be61288b14cff82092d32e29eeeb
Parents: a9a4c9b
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Jan 15 16:29:53 2018 -0500
Committer: Ignasi Barrera <na...@apache.org>
Committed: Tue Jan 16 11:42:20 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/e70cd3aa/_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 f9b21be..ecb8452 100644
--- a/_posts/2018-01-11-keystone-v3.md
+++ b/_posts/2018-01-11-keystone-v3.md
@@ -81,4 +81,4 @@ Supporting both the V2 and V3 Keystone APIs required a major refactor of the `op
   * `AuthenticationModule` - Providing authentication services to all OpenStack APIs and providers.
   * `ServiceCatalogModule` - Providing endpoint resolution to all OpenStack APIs and providers.
 
-Replace uses of `KeystoneAuthenticationModule` with `AuthenticationModule`, and uses of `AuthenticationApiModule` with `ServiceCatalogModule`.
+Use `AuthenticationModule` and `ServiceCatalogModule` when developing OpenStack APIs.