Neutron chart: fix neutron to keystone and nova API calls
Adding lost parameter to neutron to nova API call: "auth_type: password" Also correcting the project_name and username to neutron-> keystone communication. Change-Id: I516a2d5fb17b0ac2ca170b249185a914b34c8250
This commit is contained in:
parent
b86344daa7
commit
d317f50545
@ -308,6 +308,7 @@ conf:
|
||||
nova:
|
||||
nova:
|
||||
auth:
|
||||
auth_type: password
|
||||
region_name: RegionOne
|
||||
project_domain_name: default
|
||||
project_name: service
|
||||
@ -321,9 +322,9 @@ conf:
|
||||
auth_version: v3
|
||||
region_name: RegionOne
|
||||
project_domain_name: default
|
||||
project_name: admin
|
||||
project_name: service
|
||||
user_domain_name: default
|
||||
username: admin
|
||||
username: neutron
|
||||
password: password
|
||||
ml2_conf:
|
||||
override:
|
||||
|
Loading…
Reference in New Issue
Block a user