hardcore some variables

Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
This commit is contained in:
Taseer Ahmed 2017-10-08 23:20:30 +05:00
parent 78c11f7a7d
commit 01198111eb
1 changed files with 3 additions and 3 deletions

View File

@ -62,10 +62,10 @@ drivers = congress.datasources.neutronv2_driver.NeutronV2Driver,congress.datasou
[keystone_authtoken]
auth_host = "{{ keystone_admin_user_name }}"
auth_port = 35357
auth_protocol = "{{ keystoneAuthProto }}"
admin_tenant_name = "{{ adminTenantName }}"
auth_protocol = http
admin_tenant_name = admin
admin_user = "{{ congress_service_project_name }}"
admin_password = "{{ congress_service_password }}"
[database]
connection = "mysql://{{ congress_db_user }}:{{ congress_db_user_password }}@127.0.0.1:{{ congress_service_port }}/congress"
connection = "mysql://{{ congress_db_user }}:{{ congress_db_user_password }}@127.0.0.1:{{ congress_service_port }}/congress"