You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2018/01/15 21:30:17 UTC

jclouds-site git commit: Update advice on usge of AuthentictionModule and ServiceCatalogModule

Repository: jclouds-site
Updated Branches:
  refs/heads/keystonev3-ap-comments a60f0bb97 -> 1d801fc6c


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/1d801fc6
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/1d801fc6
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/1d801fc6

Branch: refs/heads/keystonev3-ap-comments
Commit: 1d801fc6cf4405397b632cee6dd7fbbf826f8eb1
Parents: a60f0bb
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Jan 15 16:29:53 2018 -0500
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Jan 15 16:29:53 2018 -0500

----------------------------------------------------------------------
 _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/1d801fc6/_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.