Minor suggested text edit to the "pre-2.1.0" note Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/d34f70de Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/d34f70de Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/d34f70de
Branch: refs/heads/master Commit: d34f70de2c03c9013d67916d31a6d703ae17292b Parents: c87b4ac Author: Andrew Phillips <[email protected]> Authored: Mon Jul 17 20:52:04 2017 -0400 Committer: GitHub <[email protected]> Committed: Mon Jul 17 20:52:04 2017 -0400 ---------------------------------------------------------------------- start/compute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/d34f70de/start/compute.md ---------------------------------------------------------------------- diff --git a/start/compute.md b/start/compute.md index b1c6138..4e21cb6 100644 --- a/start/compute.md +++ b/start/compute.md @@ -564,4 +564,4 @@ ContextBuilder.newBuilder("provider") ... {% endhighlight %} -*Note*: The behaviour changed from pre-2.1.0 jclouds where the credential store used to be shared as the default. +*Note*: This behaviour changed in jclouds 2.1.0; in older versions, the default behaviour was to share the credential store across instances.
