Fixes bug 933842, API Quick Start mentioned free cloud

Change-Id: I39c2fcbec8637548e15d908fe6342fc550e38480
This commit is contained in:
annegentle 2012-02-16 16:46:33 -06:00
parent ae53e96cbe
commit 4c1d3f18ab
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
separate installations but can work together depending on your
cloud needs: OpenStack Compute, OpenStack Object Storage,
OpenStack Identity Service, and OpenStack Image Store.
With The Free Cloud OpenStack installation, the OpenStack Compute, OpenStack Identity, and OpenStack Image Store projects
With the TryStack OpenStack installation, the OpenStack Compute, OpenStack Identity, and OpenStack Image Store projects
are all working together in the background of the installation. </para>
<section xml:id="Openstack-API-Concepts-a09234">
@ -91,8 +91,8 @@ $ curl -X 'POST' -v https://nova-api.trystack.org:5443/v2.0/tokens -d '{"auth":{
"endpoints": [
{
"adminURL": "https://nova-api.trystack.org:5443/v2.0",
"internalURL": "https://keystone.thefreecloud.org:5000/v2.0",
"publicURL": "https://keystone.thefreecloud.org:5000/v2.0",
"internalURL": "https://keystone.trystack.org:5000/v2.0",
"publicURL": "https://keystone.trystack.org:5000/v2.0",
"region": "RegionOne"
}
],

View File

@ -25,7 +25,7 @@ usage: nova [--username USERNAME] [--apikey APIKEY] [--projectid PROJECTID]
</programlisting>
<para>In return, you will get a listing of all the commands and parameters for the nova command line client.
By setting up the required parameters as environment variables, you can fly through these commands on the command line.
You can add --username on the nova command, or set them as environment variables. Using the Free Cloud, you are supplied with an endpoint,
You can add --username on the nova command, or set them as environment variables. When using an OpenStack, you are supplied with an endpoint,
which the nova client recognizes as the NOVA_URL. </para>
<para><programlisting>
export NOVA_USERNAME=joecool