From 9231f939f937ad1f591b189997821362f585abeb Mon Sep 17 00:00:00 2001
From: melanie witt <melwitt@yahoo-inc.com>
Date: Mon, 15 Jun 2015 17:51:48 +0000
Subject: [PATCH] Add a sample clouds.yaml

Since commit 22569f218e4ca461da4e50dfc686adae6a44d2ba functional
testing credentials are managed by os-cloud-config. This change
adds a sample config to help developers run functional tests locally.

Change-Id: I16d1cb9a8bcaf18dda26af596652564b190cbe93
---
 novaclient/tests/functional/clouds.yaml.sample | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 novaclient/tests/functional/clouds.yaml.sample

diff --git a/novaclient/tests/functional/clouds.yaml.sample b/novaclient/tests/functional/clouds.yaml.sample
new file mode 100644
index 000000000..4d65bd9bc
--- /dev/null
+++ b/novaclient/tests/functional/clouds.yaml.sample
@@ -0,0 +1,7 @@
+clouds:
+  devstack:
+    auth:
+      username: admin
+      password: a
+      project_name: admin
+      auth_url: http://localhost:5000/v2.0