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:17 UTC

[2/8] jclouds-site git commit: Remove the link to 2.1.0 to eb able to publish the blog post before the release

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

Branch: refs/heads/master
Commit: 11369d0a41ce74e3851caa9a4199965865ba1cb1
Parents: e70cd3a
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: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/11369d0a/_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.