congress/congress/tests/datasources.conf
Tim Hinrichs f5b3209e39 Added per-datasource configuration
Previously, all datasources had the same username/password/tenant
configuration information.  Additionally, the name to module mapping
was stored in a different place (but each data source could have
a different module).

This change puts all of the configuration information for datasources
into a single file, and enables the configuration information to
be different for each datasource.

Closes-bug: #1356615
Change-Id: I0fc4274c452ff91663eded7828dc8d8679935b4e
2014-08-15 12:28:07 -07:00

23 lines
410 B
Plaintext

[neutron]
module: datasources/neutron_driver.py
username: demo
password: password
auth_url: http://127.0.0.1:5000/v2.0
tenant_name: demo
[neutron2]
module: datasources/neutron_driver.py
username: demo
password: password
auth_url: http://127.0.0.1:5000/v2.0
tenant_name: demo
[nova]
module: datasources/nova_driver.py
username: demo
password: password
auth_url: http://127.0.0.1:5000/v2.0
tenant_name: demo