Repository: stratos Updated Branches: refs/heads/master 1dc3b27ef -> c8bba8d01
path modifications for python agent's configurations Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/6bb85097 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/6bb85097 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/6bb85097 Branch: refs/heads/master Commit: 6bb85097af7266329b924fd1e76351888c94104f Parents: ddf1602 Author: Chamila de Alwis <[email protected]> Authored: Mon Nov 17 00:49:22 2014 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Mon Nov 17 01:23:26 2014 +0530 ---------------------------------------------------------------------- .../cartridgeagent/cartridgeagent/agent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/6bb85097/components/org.apache.stratos.python.cartridge.agent/cartridgeagent/cartridgeagent/agent.conf ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/cartridgeagent/cartridgeagent/agent.conf b/components/org.apache.stratos.python.cartridge.agent/cartridgeagent/cartridgeagent/agent.conf index f3e2afb..76270e0 100644 --- a/components/org.apache.stratos.python.cartridge.agent/cartridgeagent/cartridgeagent/agent.conf +++ b/components/org.apache.stratos.python.cartridge.agent/cartridgeagent/cartridgeagent/agent.conf @@ -23,8 +23,8 @@ thrift.receiver.ip =CEP-IP thrift.receiver.port =CEP-PORT thrift.server.admin.username =CEP-ADMIN-USERNAME thrift.server.admin.password =CEP-ADMIN-PASSWORD -param.file.path =/mnt/cartridgeagent/payload/launch-params -extensions.dir =/mnt/cartridgeagent/extensions +param.file.path =/mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT/payload/launch-params +extensions.dir =/mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT/extensions cep.stats.publisher.enabled =ENABLE_HEALTH_PUBLISHER lb.private.ip =LB_PRIVATE_IP lb.public.ip =LB_PUBLIC_IP
