Skip to content

Commit da2647a

Browse files
Merge pull request #395 from karelyatin/OSPCIX-404
Add project_name to nova/placement client config
2 parents 3408a09 + e83dc3c commit da2647a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/neutronapi/config/01-neutron.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ auth_type = password
7171
project_domain_name = Default
7272
user_domain_name = Default
7373
region_name = regionOne
74+
project_name = service
7475
username = {{ .ServiceUser }}
7576
endpoint_type = internal
7677
password = {{ .ServicePassword }}
@@ -81,6 +82,7 @@ auth_type = password
8182
project_domain_name = Default
8283
user_domain_name = Default
8384
region_name = regionOne
85+
project_name = service
8486
username = {{ .ServiceUser }}
8587
endpoint_type = internal
8688
password = {{ .ServicePassword }}

0 commit comments

Comments
 (0)