From 9517ca3b1de73dafd4bcc3ccf03d574c1fca0810 Mon Sep 17 00:00:00 2001 From: John Vrbanac Date: Thu, 2 Oct 2014 15:38:45 -0500 Subject: [PATCH] Adding a sample tempest config This file is intended for making functional test development easier. Change-Id: I216681bc186074e7177d04869a67677b471db94a --- etc/dev_tempest.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/dev_tempest.conf diff --git a/etc/dev_tempest.conf b/etc/dev_tempest.conf new file mode 100644 index 000000000..a0b88bd43 --- /dev/null +++ b/etc/dev_tempest.conf @@ -0,0 +1,19 @@ +[DEFAULT] +# Leaving this as a placeholder + +[identity] +# Replace these with values that represent your identity configuration +uri=http://localhost:5000/v2.0 +uri_v3= +auth_version=v2 + +username=admin +tenant_name=admin +password=password + +admin_username=admin +admin_tenant_name=admin +admin_password=password + +[identity-feature-enabled] +# Leaving this as a placeholder