Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53084D7EC for ; Tue, 26 Jun 2012 11:19:18 +0000 (UTC) Received: (qmail 22752 invoked by uid 500); 26 Jun 2012 11:19:18 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 22729 invoked by uid 500); 26 Jun 2012 11:19:18 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 22709 invoked by uid 99); 26 Jun 2012 11:19:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 11:19:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 11:19:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DA4322388980 for ; Tue, 26 Jun 2012 11:18:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1353959 - in /deltacloud/trunk/site: content/drivers.md output/drivers.html Date: Tue, 26 Jun 2012 11:18:55 -0000 To: commits@deltacloud.apache.org From: mfojtik@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120626111855.DA4322388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mfojtik Date: Tue Jun 26 11:18:54 2012 New Revision: 1353959 URL: http://svn.apache.org/viewvc?rev=1353959&view=rev Log: Added Datastore reference to VSphere driver details Modified: deltacloud/trunk/site/content/drivers.md deltacloud/trunk/site/output/drivers.html Modified: deltacloud/trunk/site/content/drivers.md URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/content/drivers.md?rev=1353959&r1=1353958&r2=1353959&view=diff ============================================================================== --- deltacloud/trunk/site/content/drivers.md (original) +++ deltacloud/trunk/site/content/drivers.md Tue Jun 26 11:18:54 2012 @@ -514,7 +514,7 @@ The following table gives details about vsphere vSphere user vSphere user password - Set the environment variable API_PROVIDER to the hostname of the vSphere server. + Set the environment variable API_PROVIDER to the hostname of the vSphere server and the Datastore. @@ -697,10 +697,10 @@ You can find the details on how to make

-In order to connect to vSphere, you need to set the API_PROVIDER environment variable or use the 'X-Deltacloud-Provider' HTTP header in the request to the vSphere host you want to use. For example: +In order to connect to vSphere, you need to set the API_PROVIDER environment variable or use the 'X-Deltacloud-Provider' HTTP header in the request to the vSphere host you want to use and the Datastore you want to speak to. For example:

-
API_PROVIDER="vsphere.hostname.com"
+
API_PROVIDER="vsphere.hostname.com;DATASTORE-ID"

The username and password in 401 challenge should be the same as you use in the vSphere Control Center. Modified: deltacloud/trunk/site/output/drivers.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/drivers.html?rev=1353959&r1=1353958&r2=1353959&view=diff ============================================================================== --- deltacloud/trunk/site/output/drivers.html (original) +++ deltacloud/trunk/site/output/drivers.html Tue Jun 26 11:18:54 2012 @@ -585,7 +585,7 @@ The following table gives details about vsphere vSphere user vSphere user password - Set the environment variable API_PROVIDER to the hostname of the vSphere server. + Set the environment variable API_PROVIDER to the hostname of the vSphere server and the Datastore.


@@ -766,10 +766,10 @@ You can find the details on how to make

-In order to connect to vSphere, you need to set the API_PROVIDER environment variable or use the 'X-Deltacloud-Provider' HTTP header in the request to the vSphere host you want to use. For example: +In order to connect to vSphere, you need to set the API_PROVIDER environment variable or use the 'X-Deltacloud-Provider' HTTP header in the request to the vSphere host you want to use and the Datastore you want to speak to. For example:

-
API_PROVIDER="vsphere.hostname.com"
+
API_PROVIDER="vsphere.hostname.com;DATASTORE-ID"

The username and password in 401 challenge should be the same as you use in the vSphere Control Center.