Author: tomaz
Date: Tue May 7 19:31:26 2013
New Revision: 1480042
URL: http://svn.apache.org/r1480042
Log:
CMS commit to libcloud by tomaz
Modified:
libcloud/site/trunk/content/docs/compute-examples.mdtext
Modified: libcloud/site/trunk/content/docs/compute-examples.mdtext
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/docs/compute-examples.mdtext?rev=1480042&r1=1480041&r2=1480042&view=diff
==============================================================================
--- libcloud/site/trunk/content/docs/compute-examples.mdtext (original)
+++ libcloud/site/trunk/content/docs/compute-examples.mdtext Tue May 7
19:31:26 2013
@@ -9,7 +9,7 @@ title: Compute -> Examples
<h3 id="example-3-openstack-node-using-local-openstack">Create an OpenStack
node using a local OpenStack provider</h3>
<p>This example shows how to create a node using a local OpenStack
installation.
-Don't forget to replace your_auth_username, your_auth_password, ex_tenant_name
and
+Don't forget to replace your_auth_username, your_auth_password and
ex_force_auth_url with the correct values specific to your installation.</p>
<p>Note: This example works with Libcloud 0.9.0 and above.</p>
@@ -29,8 +29,7 @@ ex_force_auth_url with the correct value
OpenStack = get_driver(Provider.OPENSTACK)
driver = OpenStack('your_auth_username', 'your_auth_password',
ex_force_auth_url='http://192.168.1.101:5000/v2.0',
- ex_force_auth_version='2.0_password',
- ex_tenant_name='your_tenant_name')
+ ex_force_auth_version='2.0_password')
<h3 id="example-1-openstack-node-using-trystack">Create an OpenStack node
using trystack.org provider</h3>