nova.conf: fix incorrect neutron credentials.
Nova should use Neutron credentials to interact with Neutron. Backport: liberty Closes-Bug: #1512070 Change-Id: I78ec4c032d457b519ccfed9cab190afd65027048
This commit is contained in:
parent
9bb4058489
commit
b072ea9c3d
@ -102,7 +102,7 @@ auth_plugin = password
|
|||||||
project_domain_name = default
|
project_domain_name = default
|
||||||
user_domain_id = default
|
user_domain_id = default
|
||||||
project_name = service
|
project_name = service
|
||||||
username = nova
|
username = neutron
|
||||||
password = {{ neutron_keystone_password }}
|
password = {{ neutron_keystone_password }}
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
|
Loading…
Reference in New Issue
Block a user