Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 3043dc3ac -> 89d8a7af8
Removing cep_ip,cep_port from agent constants Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/89d8a7af Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/89d8a7af Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/89d8a7af Branch: refs/heads/stratos-4.1.x Commit: 89d8a7af8260fe8264fa0b5e248d45d71220611f Parents: a996845 Author: anuruddhal <[email protected]> Authored: Thu Sep 17 18:45:16 2015 +0530 Committer: anuruddhal <[email protected]> Committed: Fri Sep 18 09:53:18 2015 +0530 ---------------------------------------------------------------------- .../src/main/python/cartridge.agent/cartridge.agent/constants.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/89d8a7af/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/constants.py ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/constants.py b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/constants.py index e840057..2fdeba8 100644 --- a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/constants.py +++ b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/constants.py @@ -121,8 +121,6 @@ DATE_FORMAT = "%Y.%m.%d" PORT_CHECK_TIMEOUT = "port.check.timeout" CEP_PUBLISHER_ENABLED = "cep.stats.publisher.enabled" -CEP_RECEIVER_IP = "thrift.receiver.ip" -CEP_RECEIVER_PORT = "thrift.receiver.port" CEP_RECEIVER_URLS = "thrift.receiver.urls" CEP_SERVER_ADMIN_USERNAME = "thrift.server.admin.username" CEP_SERVER_ADMIN_PASSWORD = "thrift.server.admin.password"
