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
This commit is contained in:
parent
b86344daa7
commit
1a62ad8bc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user