diff --git a/src/templates/mitaka/trove-conductor.conf b/src/templates/mitaka/trove-conductor.conf index d5fb38e..c36341f 100644 --- a/src/templates/mitaka/trove-conductor.conf +++ b/src/templates/mitaka/trove-conductor.conf @@ -3,7 +3,7 @@ verbose = {{ options.verbose }} debug = {{ options.debug }} #trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ options.keystone_api_version }}.0 -trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.service_port }}/v2.0 +trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v2.0 # The manager class to use for conductor. (string value) # conductor_manager = trove.conductor.manager.Manager diff --git a/src/templates/mitaka/trove-guestagent.conf b/src/templates/mitaka/trove-guestagent.conf index 9db8000..0d50415 100644 --- a/src/templates/mitaka/trove-guestagent.conf +++ b/src/templates/mitaka/trove-guestagent.conf @@ -6,7 +6,7 @@ log_file = trove-guestagent.log log_dir = /var/log/trove/ ignore_users = os_admin control_exchange = trove -trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v2.0 +trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.service_port }}/v2.0 #=========== RPC Configuration ====================== # URL representing the messaging driver to use and its full configuration. diff --git a/src/templates/mitaka/trove-taskmanager.conf b/src/templates/mitaka/trove-taskmanager.conf index a16770f..46f8461 100644 --- a/src/templates/mitaka/trove-taskmanager.conf +++ b/src/templates/mitaka/trove-taskmanager.conf @@ -10,7 +10,7 @@ update_status_on_fail = True log_dir = /var/log/trove #trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v{{ options.keystone_api_version }}.0 -trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.service_port }}/v2.0 +trove_auth_url = {{ identity_service.service_protocol }}://{{ identity_service.auth_host }}:{{ identity_service.auth_port }}/v2.0 notifier_queue_hostname = controller backend = rabbit