tidying and bug-fixing around domain names and hostname salting

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/f5ace35f
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/f5ace35f
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/f5ace35f

Branch: refs/heads/0.7.0-incubating
Commit: f5ace35fe0cba7594fcd3249055c88411fb3e151
Parents: e78ffca
Author: Alex Heneveld <[email protected]>
Authored: Fri May 8 17:48:12 2015 +0100
Committer: Alex Heneveld <[email protected]>
Committed: Fri May 8 18:51:51 2015 +0100

----------------------------------------------------------------------
 docs/guide/ops/locations/index.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/f5ace35f/docs/guide/ops/locations/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/ops/locations/index.md 
b/docs/guide/ops/locations/index.md
index 02e82bb..78f185d 100644
--- a/docs/guide/ops/locations/index.md
+++ b/docs/guide/ops/locations/index.md
@@ -136,8 +136,9 @@ For more keys and more detail on the keys below, see
   `cloudMachineNamer: brooklyn.location.cloud.names.CustomMachineNamer`.
   {% include java_link.html class_name="CustomMachineNamer" 
package_path="brooklyn/location/cloud/names" project_subpath="core" %}
   will use the entity's name or following a template you supply.
-  For all names, a random suffix will be appended to help guarantee uniqueness;
-  this can be removed by setting `vmNameSaltLength: 0`.
+  On many clouds, a random suffix will be appended to help guarantee 
uniqueness;
+  this can be removed by setting `vmNameSaltLength: 0` (selected clouds only).
+  <!-- TODO jclouds softlayer includes a 3-char hex suffix -->
   
 - A DNS domain name where this host should be placed can be specified with 
`domainName`
   (in selected clouds only)

Reply via email to