You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2012/11/27 23:27:37 UTC

git commit: SITE: Update Openstack specific information on drivers page

Updated Branches:
  refs/heads/master 74026c561 -> ea5fda91d


SITE: Update Openstack specific information on drivers page

Signed-off-by: marios <ma...@redhat.com>
TrackedAt: http://tracker-mfojtik.rhcloud.com/patch/c162a9afa97a277009ec0b15d32f4621a30c9662


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/ea5fda91
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/ea5fda91
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/ea5fda91

Branch: refs/heads/master
Commit: ea5fda91da9f8c061c2c2fa0a267c84501c743fa
Parents: 74026c5
Author: marios <ma...@redhat.com>
Authored: Tue Nov 27 18:58:49 2012 +0200
Committer: David Lutterkort <lu...@redhat.com>
Committed: Tue Nov 27 14:25:29 2012 -0800

----------------------------------------------------------------------
 site/content/drivers.md  |    8 +++++---
 site/output/drivers.html |    8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/ea5fda91/site/content/drivers.md
----------------------------------------------------------------------
diff --git a/site/content/drivers.md b/site/content/drivers.md
index 1aea4a1..60bb339 100644
--- a/site/content/drivers.md
+++ b/site/content/drivers.md
@@ -477,8 +477,8 @@ The following table gives details about the credentials that must be provided fo
       </td>
       <td>openstack</td>
       <td>OpenStack user</td>
-      <td>OpenStack user password</td>
-      <td>Set the environment variable API_PROVIDER to the URL of OpenStack API entrypoint.</td>
+      <td>The username is OpenStack user name and tenant_name concatenated with a '+' and password is your openstack service password.</td>
+      <td>Set the environment variable API_PROVIDER to the URL of Keystone Identity service. Alternatively use the '-P' option when starting the Deltacloud server. See <a href="drivers.html#open">notes</a> for more info.</td>
     </tr>
     <tr>
       <td>
@@ -651,7 +651,9 @@ The OpenNebula driver has been updated to support v3.x of the OpenNebula API. Th
     </div>
     <div id="open" class="accordion-body collapse">
       <div class="accordion-inner">
-      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. <br><br>
+      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
+<a href="http://mariosandreou.com/deltacloud/2012/02/23/deltacloud-openstack_v2API-driver.html">blog post</a>.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/ea5fda91/site/output/drivers.html
----------------------------------------------------------------------
diff --git a/site/output/drivers.html b/site/output/drivers.html
index 444a945..66bdc3d 100644
--- a/site/output/drivers.html
+++ b/site/output/drivers.html
@@ -549,8 +549,8 @@ The following table gives details about the credentials that must be provided fo
       </td>
       <td>openstack</td>
       <td>OpenStack user</td>
-      <td>OpenStack user password</td>
-      <td>Set the environment variable API_PROVIDER to the URL of OpenStack API entrypoint.</td>
+      <td>The username is OpenStack user name and tenant_name concatenated with a '+' and password is your openstack service password.</td>
+      <td>Set the environment variable API_PROVIDER to the URL of Keystone Identity service. Alternatively use the '-P' option when starting the Deltacloud server. See <a href="drivers.html#open">notes</a> for more info.</td>
     </tr>
 <tr>
 <td>
@@ -720,7 +720,9 @@ The OpenNebula driver has been updated to support v3.x of the OpenNebula API. Th
     </div>
     <div id="open" class="accordion-body collapse">
       <div class="accordion-inner">
-      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. <br><br>
+      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
+<a href="http://mariosandreou.com/deltacloud/2012/02/23/deltacloud-openstack_v2API-driver.html">blog post</a>.
       </div>
     </div>
   </div>