summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-05-14 12:18:02 -0400
committerMonty Taylor <mordred@inaugust.com>2015-05-14 19:55:00 -0700
commit22569f218e4ca461da4e50dfc686adae6a44d2ba (patch)
tree526dbd324512bc524dde12cb7f60ee8fdd3c16d8 /README.rst
parent6379287480bf6bc0a8f80bc93f01005a31882aec (diff)
downloadpython-novaclient-22569f218e4ca461da4e50dfc686adae6a44d2ba.tar.gz
Use clouds.yaml for functional test credentials
devstack emits a clouds.yaml file now, so it can be used for finding the credentials needed to connect to the cloud for functional testing. Depends-On: I1150b943f52f10d19f8434b27e8dde73a14d7843 Change-Id: If278565ef07de1a8fef3ff96fc3608e41f3ceea3
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index edf26ec6..a98c198c 100644
--- a/README.rst
+++ b/README.rst
@@ -94,5 +94,8 @@ There are multiple test targets that can be run to validate the code.
* tox -e functional - live functional testing against an existing
openstack
-Functional testing assumes the existance of a functional_creds.conf in
-the root directory. See the .sample for example format.
+Functional testing assumes the existance of a `clouds.yaml` file as supported
+by `os-client-config` (http://docs.openstack.org/developer/os-client-config)
+It assumes the existence of a cloud named `devstack` that behaves like a normal
+devstack installation with a demo and an admin user/tenant - or clouds named
+`functional_admin` and `functional_nonadmin`.