From 1a62ad8bc799b0e48395d0738c59a13d2e74fe81 Mon Sep 17 00:00:00 2001 From: Artur Korzeniewski Date: Fri, 21 Apr 2017 15:37:50 +0200 Subject: [PATCH] Nova chart: fix nova->neutron API communication Removing domain_name from nova.conf in neutron section. domain_name and project_name cannot be declared in the same section in the same time for keystone auth. Otherwise the exception is raised: AuthorizationFailure: Authentication cannot be scoped to multiple targets. Pick one of: project, domain, trust or unscoped Change-Id: I55072d3662a9bfeb76725e5f0b4612b68e980605 --- nova/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/values.yaml b/nova/values.yaml index 43ad4b1050..1a87236ae0 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -281,7 +281,6 @@ conf: auth_type: password auth_version: v3 region_name: RegionOne - domain_name: default project_name: service project_domain_name: default user_domain_name: default