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 6B71FD260 for ; Tue, 27 Nov 2012 22:30:12 +0000 (UTC) Received: (qmail 20074 invoked by uid 500); 27 Nov 2012 22:30:12 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 20055 invoked by uid 500); 27 Nov 2012 22:30:12 -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 20048 invoked by uid 99); 27 Nov 2012 22:30:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 22:30:12 +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, 27 Nov 2012 22:30:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6D5752388980; Tue, 27 Nov 2012 22:29:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1414443 - in /deltacloud/trunk/site: content/drivers.md output/drivers.html Date: Tue, 27 Nov 2012 22:29:47 -0000 To: commits@deltacloud.apache.org From: lutter@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121127222947.6D5752388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lutter Date: Tue Nov 27 22:29:46 2012 New Revision: 1414443 URL: http://svn.apache.org/viewvc?rev=1414443&view=rev Log: SITE: Update Openstack specific information on drivers page Signed-off-by: marios TrackedAt: http://tracker-mfojtik.rhcloud.com/patch/c162a9afa97a277009ec0b15d32f4621a30c9662 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=1414443&r1=1414442&r2=1414443&view=diff ============================================================================== --- deltacloud/trunk/site/content/drivers.md (original) +++ deltacloud/trunk/site/content/drivers.md Tue Nov 27 22:29:46 2012 @@ -477,8 +477,8 @@ The following table gives details about openstack OpenStack user - OpenStack user password - Set the environment variable API_PROVIDER to the URL of OpenStack API entrypoint. + The username is OpenStack user name and tenant_name concatenated with a '+' and password is your openstack service password. + Set the environment variable API_PROVIDER to the URL of Keystone Identity service. Alternatively use the '-P' option when starting the Deltacloud server. See notes for more info. @@ -651,7 +651,9 @@ The OpenNebula driver has been updated t
- To connect to OpenStack API, you will need to set the API_provider environment variable or the 'X-Deltacloud-Provider' HTTP header to a valid OpenStack API entrypoint. + To use the Openstack driver you need to set the API_PROVIDER environment variable, or the 'X-Deltacloud-Provider' HTTP header to the URI of the Keystone Identity service (you should get this from your Openstack service administrator). You can also pass this with the '-P' option when starting the Deltacloud server.

+ Furthermore, you need to provide username, tenant_name and password for authentication. The username and tenant_name are specified as one string, concatenated with '+'. For example, with a username of "you@domain.com" and tenantname of "you@domain.com-default-tenant", you would pass "you@domain.com+you@domain.com-default-tenant" as the username in HTTP basic authentication to Deltacloud. This is explained further in this +blog post.
Modified: deltacloud/trunk/site/output/drivers.html URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/drivers.html?rev=1414443&r1=1414442&r2=1414443&view=diff ============================================================================== --- deltacloud/trunk/site/output/drivers.html (original) +++ deltacloud/trunk/site/output/drivers.html Tue Nov 27 22:29:46 2012 @@ -561,8 +561,8 @@ The following table gives details about openstack OpenStack user - OpenStack user password - Set the environment variable API_PROVIDER to the URL of OpenStack API entrypoint. + The username is OpenStack user name and tenant_name concatenated with a '+' and password is your openstack service password. + Set the environment variable API_PROVIDER to the URL of Keystone Identity service. Alternatively use the '-P' option when starting the Deltacloud server. See notes for more info. @@ -736,7 +736,9 @@ The OpenNebula driver has been updated t
- To connect to OpenStack API, you will need to set the API_provider environment variable or the 'X-Deltacloud-Provider' HTTP header to a valid OpenStack API entrypoint. + To use the Openstack driver you need to set the API_PROVIDER environment variable, or the 'X-Deltacloud-Provider' HTTP header to the URI of the Keystone Identity service (you should get this from your Openstack service administrator). You can also pass this with the '-P' option when starting the Deltacloud server.

+ Furthermore, you need to provide username, tenant_name and password for authentication. The username and tenant_name are specified as one string, concatenated with '+'. For example, with a username of "you@domain.com" and tenantname of "you@domain.com-default-tenant", you would pass "you@domain.com+you@domain.com-default-tenant" as the username in HTTP basic authentication to Deltacloud. This is explained further in this +blog post.