Loading cloudcontrol/server/__init__.py +1 −1 Original line number Diff line number Diff line """ CloudControl server libraries. """ __version__ = '24~dev' __version__ = '24' debian/changelog +31 −0 Original line number Diff line number Diff line cc-server (24) unstable; urgency=low * Updated dependency to python-sjrpc >= 18 * Implemented message of the day * Implemented cli walls * Implemented plugins management * Added file repository manager * Added a method argument to list * Added new right manager * Integrated new jobs manager into server * Added autostart handler for cli * Set autostart attribute after cold migration * Set autostart after clone * Add autostart for hot migration * Added console feature * Changed the default umask from 0177 to 077 * Removed vm management from the rshell function * Added forward function in cli handler * Added a forward method on host clients * Applied a workaround on Debian package in order to allow restart on update * Moved ccserver to namespace package cloudcontrol * Implemented rshell tunnels * Added forward_call to the cli handler * Now use the new sjrpc async call API * Added execute on host and hv clients * Introduced remote tags with asynchronous fetching * Refactored client and associated rpc handlers * Integrated new TQL database and parser -- Antoine Millet <antoine.millet@smartjog.com> Thu, 18 Oct 2012 17:39:37 +0200 cc-server (24~dev) unstable; urgency=low * Development release. Loading Loading
cloudcontrol/server/__init__.py +1 −1 Original line number Diff line number Diff line """ CloudControl server libraries. """ __version__ = '24~dev' __version__ = '24'
debian/changelog +31 −0 Original line number Diff line number Diff line cc-server (24) unstable; urgency=low * Updated dependency to python-sjrpc >= 18 * Implemented message of the day * Implemented cli walls * Implemented plugins management * Added file repository manager * Added a method argument to list * Added new right manager * Integrated new jobs manager into server * Added autostart handler for cli * Set autostart attribute after cold migration * Set autostart after clone * Add autostart for hot migration * Added console feature * Changed the default umask from 0177 to 077 * Removed vm management from the rshell function * Added forward function in cli handler * Added a forward method on host clients * Applied a workaround on Debian package in order to allow restart on update * Moved ccserver to namespace package cloudcontrol * Implemented rshell tunnels * Added forward_call to the cli handler * Now use the new sjrpc async call API * Added execute on host and hv clients * Introduced remote tags with asynchronous fetching * Refactored client and associated rpc handlers * Integrated new TQL database and parser -- Antoine Millet <antoine.millet@smartjog.com> Thu, 18 Oct 2012 17:39:37 +0200 cc-server (24~dev) unstable; urgency=low * Development release. Loading