1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

5 commits

Author SHA1 Message Date
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
Patrick Debois
ffa8dbf55c Remove the idea of template_options, now you specify the param directly
in the create command.
Unit and Size are now calculated
2011-08-09 09:11:15 -06:00
Patrick Debois
dbfb17373f - ERB has a problem with a variable called type, it expands it on ruby 1.8 to .class
- If the key or the volume is not found, maybe because the pool has not yet been started, the volumes should return nil
2011-08-04 13:26:27 +02:00
Patrick Debois
d07d3144d6 Coming along nicely
Noticed that we could avoid implementing our own attribute get functions
These interfered with a destroy operation

Also reload of an object should now work better

A server can be created and will get a random name + annex disk (default = 10G)
2011-08-03 14:28:40 +02:00
Patrick Debois
1ed3ee3379 Again major breakthrough
- restructured all command to allow filters
- get only uses the identity to get it
- ssh/scp proxied now work correctly on server
- extended networks and interfaces
2011-08-03 12:48:44 +02:00