You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by jc...@apache.org on 2021/09/02 10:42:47 UTC

[brooklyn-docs] branch master updated: Fix default value of destroyOnFailure in docs

This is an automated email from the ASF dual-hosted git repository.

jcabrerizo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 05c0b3c  Fix default value of destroyOnFailure in docs
     new 90bae02  Merge pull request #332 from algairim/documentation-improvements
05c0b3c is described below

commit 05c0b3c5d525037d4c5a0c99475af3b276aed9ae
Author: Mykola Mandra <my...@cloudsoft.io>
AuthorDate: Thu Sep 2 11:38:08 2021 +0100

    Fix default value of destroyOnFailure in docs
    
    Signed-off-by: Mykola Mandra <my...@cloudsoft.io>
---
 guide/locations/_clouds.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guide/locations/_clouds.md b/guide/locations/_clouds.md
index b925372..ad41e94 100644
--- a/guide/locations/_clouds.md
+++ b/guide/locations/_clouds.md
@@ -142,7 +142,7 @@ For more keys and more detail on the keys below, see
 
 - If you want to investigate failures, set `destroyOnFailure: false`
   to keep failed VM's around. (You'll have to manually clean them up.)
-  The default is false: if a VM fails to start, or is never ssh'able, then the VM will be terminated.
+  The default is true: if a VM fails to start, or is never ssh-able, then the VM will be terminated.
   
 - You can set `useMachinePublicAddressAsPrivateAddress` to true to overwrite the VMs private IP with its public IP. This is useful as it can be difficult to get VMs communicating via the private IPs they are assigned in some clouds.  Using this config, blueprints which use private IPs can still be deployed to these clouds.