Description
Here some improvements to gandi compute driver. Base class for connnection and driver had been move in common package to prepare for other driver than compute one (dns for ex)
Methods implemented are :
ex_list_disks
ex_node_attach_disk and ex_node_detach_disk
ex_snapshot_disk
ex_update_disk
ex_list_interfaces
ex_node_attach_interface and ex_node_detach_interface
Full test coverage for these methods included.