Statistics
| Branch: | Tag: | Revision:

root / logic / callbacks.py @ 2b837adf

History | View | Annotate | Download (8.1 kB)

# Date Author Comment
2a0f327d 06/30/2011 06:24 pm Giorgos Gousios

Configuration for syslog, app-wide logging

746c6bf4 06/30/2011 03:41 pm Vangelis Koukis

Extend net notifications to include IPv6 addresses

Include support for autogenerated public IPv6 addresses,
extend the logic layer accordingly:

  • Extend the Synnefo Ganeti hook to include autogenerated
    IPv6 addresses in ganeti-net-status notifications over AMQP....
f040c416 06/30/2011 03:41 pm Vangelis Koukis

Use iallocator for CreateInstance() RAPI call

Do not specify the Ganeti node in CreateInstance() RAPI calls,
allow Ganeti to use an iallocator to determine instance placement.
Also make minor PEP8-related fixes to logic/callbacks.py.