Repository: jclouds-site Updated Branches: refs/heads/master b024bd2e5 -> f2cb1ab5e
Fix "since" version for PROJECT-DOMAIN-XXX props Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/f2cb1ab5 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/f2cb1ab5 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/f2cb1ab5 Branch: refs/heads/master Commit: f2cb1ab5e70627035b622d2f9f592b7118fdd363 Parents: b024bd2 Author: Alix Lourme <[email protected]> Authored: Thu May 10 15:52:18 2018 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu May 10 22:25:59 2018 +0200 ---------------------------------------------------------------------- guides/openstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f2cb1ab5/guides/openstack.md ---------------------------------------------------------------------- diff --git a/guides/openstack.md b/guides/openstack.md index 480196e..8946167 100644 --- a/guides/openstack.md +++ b/guides/openstack.md @@ -230,7 +230,7 @@ If the project domain is different than the user domain (Use case when 'default' final Properties overrides = new Properties(); overrides.put(KeystoneProperties.KEYSTONE_VERSION, "3"); overrides.put(KeystoneProperties.SCOPE, "project:myTenant"); -overrides.put(KeystoneProperties.PROJECT_DOMAIN_NAME, "default"); // Since jclouds v2.2.0 (see PROJECT_DOMAIN_ID as complement) +overrides.put(KeystoneProperties.PROJECT_DOMAIN_NAME, "default"); // Since jclouds > v2.1.0 (see PROJECT_DOMAIN_ID as complement) ContextBuilder.newBuilder("openstack-nova") .endpoint("https://host:5000/v3")
