Remove old Scheduler RPC Service

Historically, there was a RPC service for scheduling. The code is
currently dead, so I'm removing it until we create a fresh new
Scheduler service with necessary code.

Change-Id: If0d5a0dfc0c2fcb475d8d89d66ed247d2dba253e
This commit is contained in:
Sylvain Bauza
2014-02-11 10:55:12 +01:00
parent fe9c660f54
commit fee60f1898
4 changed files with 0 additions and 59 deletions

View File

@@ -28,7 +28,6 @@ packages =
[entry_points]
console_scripts =
climate-api=climate.cmd.api:main
climate-scheduler=climate.cmd.scheduler:main
climate-rpc-zmq-receiver=climate.cmd.rpc_zmq_receiver:main
climate-manager=climate.cmd.manager:main