Statistics
| Branch: | Tag: | Revision:

root / logic @ 4f6e36d9

Name Size
__init__.py 0 Bytes
amqp_connection.py 522 Bytes
backend.py 4.1 kB
credits.py 4.1 kB
dispatcher.py 7.4 kB
dispatcher_callbacks.py 3.4 kB
models.py 1 Byte
tests.py 5.4 kB
users.py 1.6 kB
utils.py 2.3 kB
views.py 0 Bytes

Latest revisions

# Date Author Comment
4f6e36d9 05/17/2011 04:44 pm Giorgos Gousios

"Persistent" connection to AMQP

Uses a global variable, statically initialized, to AMQP.
Inspired after a discussion with verigk about persistent objects in Django.

b8033991 05/16/2011 05:25 pm Giorgos Gousios

Support for Unicode usernames + new test

53e6717b 05/13/2011 01:03 pm Giorgos Gousios

Add invitation works in test

84ae2c4c 05/12/2011 11:17 pm Giorgos Gousios

Construct a username from a real name

2cd99e7a 05/11/2011 09:53 am Giorgos Gousios

Style and pylint suggested fixes

26fef2b9 05/10/2011 02:08 pm Vangelis Koukis

Ignore uknown Ganeti opcodes in dispatcher

Have the backend notification handler ignore unknown Ganeti opcodes,
such as OP_INSTANCE_QUERY_DATA and OP_INSTANCE_SET_PARAMS.

f891db99 05/10/2011 01:45 pm Vangelis Koukis

Merge branch 'synnefo-rabbit' into ui-0.3

ad2d6807 05/09/2011 06:43 pm Vangelis Koukis

Handle ganeti-net-status notifications

Implement handling of "ganeti-net-status" notifications in the
logic layer. For the time being, use the IPv4 address of NIC 0
to update the relevant field in the VirtualMachine model.

7ca9e930 05/09/2011 05:56 pm Vangelis Koukis

Improve AMQP-specific parts of settings.py.dist

Add support in settings.py.dist for fixing AMQP-specific variables
in settings after setting BACKEND_PREFIX_ID.

Temporarily use two different queues for routing messages of type
"ganeti-op-status" and "ganeti-net-status" independently....

41f2249e 05/09/2011 04:36 pm Vangelis Koukis

Fix minor stuff in README.develop, dispatcher

Have logic dispatcher create initial queue in AMQP server.
Have dispatcher wait for all children processes before exiting.
Improve AMQP-specific instructions in README.develop.

View revisions

Also available in: Atom