Skip to content
Snippets Groups Projects
Commit b072ea9c authored by Jérôme Vizcaino's avatar Jérôme Vizcaino
Browse files

nova.conf: fix incorrect neutron credentials.

Nova should use Neutron credentials to interact with Neutron.

Backport: liberty
Closes-Bug: #1512070
Change-Id: I78ec4c032d457b519ccfed9cab190afd65027048
parent 9bb40584
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ auth_plugin = password ...@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment