Statistics
| Branch: | Tag: | Revision:

root / logic / dispatcher_callbacks.py @ 5509b599

History | View | Annotate | Download (3.4 kB)

# Date Author Comment
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....

76343e61 05/09/2011 11:59 am Giorgos Gousios

A bit of documentation

ae5965b6 05/03/2011 03:58 pm Georgios Gousios

Change logger names

23c84263 05/03/2011 01:27 pm Georgios Gousios

End to end message delivery working

-Move dispatcher methods to seperate file
-configure, load and register them dynamically
-fix bug in cmd-line parameter parsing