From f1512ba7afb35310e245c4c753781efcd8676c41 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sun, 9 Jul 2017 21:33:31 -0500 Subject: [PATCH] Mistral: remove unused keystone_authtoken config The keystone_authtoken values were previously left in the mistral oslo_config section by mistake - this PS rectifies that. Change-Id: I5c3f64f15321b0f62bc444bcb68d79f4f037e034 --- mistral/values.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mistral/values.yaml b/mistral/values.yaml index e8cdf9c051..dea9091c96 100644 --- a/mistral/values.yaml +++ b/mistral/values.yaml @@ -265,12 +265,6 @@ conf: auth_token: auth_type: password auth_version: v3 - region_name: RegionOne - project_name: service - project_domain_name: default - user_domain_name: default - username: mistral - password: password resources: enabled: false