Author: tomaz
Date: Tue May 7 17:55:34 2013
New Revision: 1479993
URL: http://svn.apache.org/r1479993
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=1479993&r1=1479992&r2=1479993&view=diff
==============================================================================
--- libcloud/site/trunk/content/docs/compute-examples.mdtext (original)
+++ libcloud/site/trunk/content/docs/compute-examples.mdtext Tue May 7
17:55:34 2013
@@ -9,9 +9,8 @@ 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.
-To make it work with your installation make sure to replace
-`your_auth_username`, `your_auth_password` and `ex_force_auth_url` with a
-correct value.</p>
+Don't forget to replace your_auth_username, your_auth_password, ex_tenant_name
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>