Update trove-guestagent.conf

This commit is contained in:
Jonathan Arrance 2016-10-14 10:31:10 -04:00 committed by GitHub
parent b187bf048d
commit 6bb5c2fc20
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ log_dir = /var/log/trove/
ignore_users = os_admin
control_exchange = trove
#trove_auth_url = http://192.168.1.228:35357/v2.0
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:35357/v{{ identity_service.api_version }}
trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ identity_service.api_version }}
#=========== RPC Configuration ======================
# URL representing the messaging driver to use and its full configuration.