From 0ee578e938b66e9108a2ba2ce72727716104b21c Mon Sep 17 00:00:00 2001 From: Chrrrles Paul Date: Fri, 11 Dec 2015 09:57:10 -0500 Subject: [PATCH] Changing docs to reflect vm_name as the default vm_id_type --- cloud/vmware/vmware_vm_shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/vmware/vmware_vm_shell.py b/cloud/vmware/vmware_vm_shell.py index 6c81d612f77..c33e3e5c71c 100644 --- a/cloud/vmware/vmware_vm_shell.py +++ b/cloud/vmware/vmware_vm_shell.py @@ -58,11 +58,12 @@ options: vm_id_type: description: - The identification tag for the VM - default: dns_name + default: vm_name choices: - 'uuid' - 'dns_name' - 'inventory_path' + - 'vm_name' required: False vm_username: description: