Merge pull request #4621 from jkinred/master

Specify an example url for vCloud Director provider
This commit is contained in:
James Nugent 2016-01-13 13:22:41 +00:00
commit 97de7e637e
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ The following arguments are used to configure the VMware vCloud Director Provide
* `org` - (Required) This is the vCloud Director Org on which to run API
operations. Can also be specified with the `VCD_ORG` environment
variable.
* `url` - (Required) This is the URL for the vCloud Director API.
Can also be specified with the `VCD_URL` environment variable.
* `url` - (Required) This is the URL for the vCloud Director API endpoint. e.g.
https://server.domain.com/api. Can also be specified with the `VCD_URL` environment variable.
* `vdc` - (Optional) This is the virtual datacenter within vCloud Director to run
API operations against. If not set the plugin will select the first virtual
datacenter available to your Org. Can also be specified with the `VCD_VDC` environment