Minor fix
Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/b0c4f834 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/b0c4f834 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/b0c4f834 Branch: refs/heads/master Commit: b0c4f8341365e582a4e18f1f67fb4fe23ee2e7be Parents: acc37c5 Author: Ignasi Barrera <[email protected]> Authored: Tue Jan 16 11:44:06 2018 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Tue Jan 16 11:44:06 2018 +0100 ---------------------------------------------------------------------- _posts/2018-01-16-keystone-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/b0c4f834/_posts/2018-01-16-keystone-v3.md ---------------------------------------------------------------------- diff --git a/_posts/2018-01-16-keystone-v3.md b/_posts/2018-01-16-keystone-v3.md index 6f19160..06b6903 100644 --- a/_posts/2018-01-16-keystone-v3.md +++ b/_posts/2018-01-16-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 the upcoming `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` release, 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.
