Add definition of "vCD" to Locations page. This was one of the observations from the Belfast team First Encounter.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/5f609df3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/5f609df3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/5f609df3 Branch: refs/heads/master Commit: 5f609df3a99af204cad97cb1be6918766d56a5f7 Parents: c9bc03c Author: Geoff Macartney <[email protected]> Authored: Mon Oct 19 18:04:17 2015 +0100 Committer: Geoff Macartney <[email protected]> Committed: Mon Oct 19 18:04:17 2015 +0100 ---------------------------------------------------------------------- docs/guide/ops/locations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5f609df3/docs/guide/ops/locations/index.md ---------------------------------------------------------------------- diff --git a/docs/guide/ops/locations/index.md b/docs/guide/ops/locations/index.md index db3cbd1..9817605 100644 --- a/docs/guide/ops/locations/index.md +++ b/docs/guide/ops/locations/index.md @@ -76,7 +76,7 @@ The keys `loginUser` and either `loginUser.password` or `loginUser.privateKeyFil Brooklyn to use specific credentials for the initial login to a cloud-provisioned machine. (This custom login is particularly useful when using a custom image templates where the cloud-side account -management logic is not enabled. For example, a vCD template can have guest customization that will change +management logic is not enabled. For example, a vCloud (vCD) template can have guest customization that will change the root password. This setting tells AMP to only use the given password, rather than the initial randomly generated password that vCD returns. Without this property, there is a race for such templates: does Brooklyn manage to create the admin user before the guest customization changes the login and reboots,
