From 421fe123b7d959082fde5cecc20c6caf890e804c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Tue, 10 Jan 2017 10:01:15 +0100 Subject: [PATCH] Remove custom configuration for tempest After closer review of available configuration options for tempest it turns out that most of them can be safely removed from custom tempest.conf held in devstack/files/tempest.conf leaving only those that are trully required. Closes-bug: #1649174 Follow-up: I9c82e9d8c1f7db088a4b99ee82d8b2b3840364d4 Needed-by: Iae561b0c7e6b90cc7c9f5b122c0e4b37bc5ef843 Change-Id: I2a1f14df0459d042fc6cd9d8778a62369aa7615a --- devstack/files/tempest/tempest.conf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/devstack/files/tempest/tempest.conf b/devstack/files/tempest/tempest.conf index 22f53febd..d09814b0f 100644 --- a/devstack/files/tempest/tempest.conf +++ b/devstack/files/tempest/tempest.conf @@ -16,23 +16,13 @@ # [identity] - -username = demo -password = secretadmin -tenant_name = demo -domain_name = default -alt_username = mini-mon -alt_password = password -alt_tenant_name = mini-mon -use_ssl = False auth_version = v3 uri = http://127.0.0.1:5000/v2.0/ uri_v3 = http://127.0.0.1:35357/v3/ [auth] - use_dynamic_credentials = true admin_username = admin admin_password = secretadmin -admin_domain_name = default +admin_domain_name = Default admin_project_name = admin