From 14ff9e50309fd0fb5a0e00c87eaecb26845d392a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sun, 14 Feb 2016 11:33:15 -0500 Subject: [PATCH] merged duplicate entries for vdc_name --- cloud/vmware/vca_vapp.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cloud/vmware/vca_vapp.py b/cloud/vmware/vca_vapp.py index 1c37c350abe..68ed5f255db 100644 --- a/cloud/vmware/vca_vapp.py +++ b/cloud/vmware/vca_vapp.py @@ -32,10 +32,6 @@ options: description: - The name of the vCloud Air vApp instance required: yes - vdc_name: - description: - - The name of the virtual data center (VDC) that contains the vAPP - required: yes template_name: description: - The name of the vApp template to use to create the vApp instance. If @@ -127,7 +123,7 @@ options: choices: [ "vca", "vchs", "vcd" ] vdc_name: description: - - The name of the vdc where the vm should be created. + - The name of the virtual data center (VDC) where the vm should be created or contains the vAPP. required: false default: None '''