Patrick Debois
4740174f12
[Libvirt] renamed 'raw' connection to raw in the Fog Connection
...
Because the initial provider was copied from the virtualbox example we ended up with a notation
connection.connection for the raw provider
The function of the raw are injected on the connection object. Still in analogy with the raw
for server , volume, ... it makes sense to rename connection.connection to connection.raw
Also all calls to the raw connection are now explicit
2011-09-13 07:34:18 +02:00
Patrick Debois
3d7adcf7ca
[Libvirt] added blocked state and corrected crashed to shutoff state
2011-09-12 20:28:09 +02:00
Patrick Debois
3a6ab8e600
[Libvirt] rename xml_desc to xml as an attribute and hide all non_dynamic attributes from fog console
2011-09-12 20:11:58 +02:00
Patrick Debois
f23155c4f2
[Libvirt] Remove the newlines after running the local ip_command
2011-09-12 20:01:20 +03:00
Patrick Debois
22e804c3a9
[Libvirt] more specific error if the ip_command results in string that has no ip-address format
2011-09-12 19:55:36 +03:00
Patrick Debois
384b7e528d
[Libvirt] initialize the ip_address as an empty string
2011-09-12 18:42:16 +03:00
Patrick Debois
31ab178dac
[Libvirt] corrected typo for appending string output to IO.popen
2011-09-12 18:36:50 +03:00
Patrick Debois
308569b016
[Libvirt] Provided better solution for ip_command : use shell variable instead of ruby string for mac-address
2011-09-12 18:33:38 +03:00
Patrick Debois
7e1bc34f29
[Libvirt] Enable to pass an libvirt_ip_command for looking up the mac -> ip_address . Using eval to allow for passing of mac address in ip_command
2011-09-12 18:22:37 +03:00
Patrick Debois
544ae281eb
[Libvirt] if transport is empty, ssh can't be enabled
2011-09-12 17:52:20 +03:00
Patrick Debois
3c38d42776
[libvirt] Corrected template variable from interface_nat_network to network_nat_network
2011-09-12 17:43:35 +03:00
geemus
529591f772
[compute|libvirt] move libvirt compute to its own shared area (namespacing should probably be corrected)
2011-08-29 10:24:39 -05:00