nova.conf: fix incorrect neutron credentials.

Nova should use Neutron credentials to interact with Neutron.

Backport: liberty
Closes-Bug: #1512070
Change-Id: I78ec4c032d457b519ccfed9cab190afd65027048
(cherry picked from commit b072ea9c3d)
This commit is contained in:
Jérôme Vizcaino 2015-11-01 11:00:46 +01:00 committed by Steven Dake
parent a1103d03c5
commit 550d2e448d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ auth_plugin = password
project_domain_name = default
user_domain_id = default
project_name = service
username = nova
username = neutron
password = {{ neutron_keystone_password }}
[database]