Make default creds for datasources admin

Congress is much more useful when it can see everything which requires
running as the admin user so this patch changes it to do so.

Change-Id: Ibabb33637ebbe16e6758b70dda06dc4839bcb425
Closes-bug: 1375431
This commit is contained in:
Aaron Rosen 2014-09-29 12:20:42 -07:00
parent a7451b4a3a
commit be2b407921
1 changed files with 6 additions and 6 deletions

View File

@ -1,22 +1,22 @@
[neutron]
module: datasources/neutron_driver.py
username: demo
username: admin
password: password
auth_url: http://127.0.0.1:5000/v2.0
tenant_name: demo
tenant_name: admin
[nova]
module: datasources/nova_driver.py
username: demo
username: admin
password: password
auth_url: http://127.0.0.1:5000/v2.0
tenant_name: demo
tenant_name: admin
[keystone]
module: datasources/keystone_driver.py
username: demo
username: admin
password: password
auth_url: http://127.0.0.1:5000/v2.0
tenant_name: demo
tenant_name: admin