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/4a95d40c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/4a95d40c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/4a95d40c Branch: refs/heads/master Commit: 4a95d40c423a2cc586d33beaaacfee1fb2a8713d Parents: 1a66d34 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 00:49:22 2014 +0530 ---------------------------------------------------------------------- .../cartridgeagent/cartridgeagent/agent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/4a95d40c/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
