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:24:21 UTC

jclouds-site git commit: Remove the link to 2.1.0 to eb able to publish the blog post before the release

Repository: jclouds-site
Updated Branches:
  refs/heads/keystonev3 1d801fc6c -> 63b9d70f4


Remove the link to 2.1.0 to eb able to publish the blog post before the release


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

Branch: refs/heads/keystonev3
Commit: 63b9d70f45be6793ca5f21c498aadd6ddc077b1c
Parents: 1d801fc
Author: Ignasi Barrera <na...@apache.org>
Authored: Tue Jan 16 11:24:12 2018 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Tue Jan 16 11:24:12 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/63b9d70f/_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 ecb8452..4bc1f57 100644
--- a/_posts/2018-01-11-keystone-v3.md
+++ b/_posts/2018-01-11-keystone-v3.md
@@ -9,7 +9,7 @@ title: OpenStack Keystone V3 Support
 
 In the last few months, the jclouds community has been working hard on adding support for **OpenStack Keystone V3**. This has not been easy, as all the existing OpenStack APIs depend on it and we try hard to keep our APIs backwards-compatible. We wanted a clean solution that allowed users to upgrade with minimal changes required to existing code.
 
-After lots of work, we're finally there and are very happy to announce that, starting from [2.1.0](/releasenotes/2.1.0), jclouds will also support version 3 of the OpenStack Keystone API!
+After lots of work, we're finally there and are very happy to announce that, starting from the upcoming `2.1.0`, jclouds will also support version 3 of the OpenStack Keystone API!
 <!--more-->
 
 No new dependencies will be required to use the OpenStack Keystone V3 API: `openstack-keystone` contains the code for both V2 and V3, so all jclouds providers and APIs can support both versions.