update documentation with specific of rax setup

because I spent way too long figuring this out, here is the patch
to describe what the various settings need to be to make this
work with rax cloud and upstream nova-client.

Change-Id: I7de5d18ff3d850507103ef5f896e79e0ab1c39b4
This commit is contained in:
Sean Dague
2013-12-10 19:54:34 -05:00
parent 9e06327193
commit 79b8649b28

View File

@@ -14,7 +14,7 @@ passes all of the configured tests. Most projects require unit tests
in python2.6 and python2.7, and pep8. Those tests are all run only on
the project in question. The devstack gate test, however, is an
integration test and ensures that a proposed change still enables
several of the projects to work together.
several of the projects to work together.
Obviously we test integrated OpenStack components and their clients
because they all work closely together to form an OpenStack
@@ -129,6 +129,10 @@ line. A provider settings file for Rackspace would look something like::
export FLAVOR='8GB Standard Instance'
export IMAGE='Ubuntu 12.04 LTS (Precise Pangolin)'
Where provider_username and provider_password are the user / password
for a valid user in your account, and provider_tenant is the numeric
id of your account (typically 6 digits).
By comparison, a provider settings file for HPCloud::
export OS_USERNAME=<provider_username>