Loading bin/cc-node +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ try: except ImportError: DAEMONIZE = False __VERSION__ = 1 __VERSION__ = 3 DEFAULT_CONFIG_FILE = '/etc/cc-node.conf' DEFAULT_PID_FILE = '/var/run/cc-node.pid' Loading debian/changelog +15 −0 Original line number Diff line number Diff line cc-node (3-1) unstable; urgency=low * Added $HOSTNAME variable on login field of config file. * Fixed bugs -- Antoine Millet <antoine.millet@smartjog.com> Wed, 22 Dec 2010 16:47:14 +0100 cc-node (2-1) unstable; urgency=low * New configuration in configuration file * Changed name cc-hypervisor to cc-node * Tags handled in list_vm -- Antoine Millet <antoine.millet@smartjog.com> Fri, 17 Dec 2010 11:43:42 +0100 cc-node (1-1) unstable; urgency=low * Initial release. Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-node', version='1', version='3', description='Cloud Control Node', long_description=ldesc, author='Chakib Benziane', Loading Loading
bin/cc-node +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ try: except ImportError: DAEMONIZE = False __VERSION__ = 1 __VERSION__ = 3 DEFAULT_CONFIG_FILE = '/etc/cc-node.conf' DEFAULT_PID_FILE = '/var/run/cc-node.pid' Loading
debian/changelog +15 −0 Original line number Diff line number Diff line cc-node (3-1) unstable; urgency=low * Added $HOSTNAME variable on login field of config file. * Fixed bugs -- Antoine Millet <antoine.millet@smartjog.com> Wed, 22 Dec 2010 16:47:14 +0100 cc-node (2-1) unstable; urgency=low * New configuration in configuration file * Changed name cc-hypervisor to cc-node * Tags handled in list_vm -- Antoine Millet <antoine.millet@smartjog.com> Fri, 17 Dec 2010 11:43:42 +0100 cc-node (1-1) unstable; urgency=low * Initial release. Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-node', version='1', version='3', description='Cloud Control Node', long_description=ldesc, author='Chakib Benziane', Loading