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

17 commits

Author SHA1 Message Date
Paul Thornthwaite
6716f37c5f Replace deprecated Hash methods
Done with `rubocop --auto-correct --only DeprecatedHashMethods`
2014-05-26 16:22:08 +01:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Greg Sutcliffe
46b53e0db7 [libvirt|compute] Allow volumes to be cloned at the disk level 2014-03-17 13:16:23 +00:00
Paul Thornthwaite
8483a599f2 Remove trailing whitespace 2014-02-19 12:30:59 +00:00
Dominic Cleal
34f49feade [libvirt|compute] handle missing <system> tag in libvirt node info
Fixes #1652: libvirt provider requires a field that libvirt specifies as
optional
2013-03-19 16:37:09 +00:00
Romain Vrignaud
f64b770f00 Inconsistent usage of cpus / vpcus in libvirt / requests.
Reported number of cpus was always 1 for libvirt domains.
2012-11-15 11:04:54 +01:00
Ohad Levy
fe0f3dd3c9 [Libvirt] ensure Fog volumes do not raise on LVM based volumes 2012-06-27 09:40:38 +03:00
Ohad Levy
65dd8b4f56 [Libvirt] fixed incorrect mock method signature 2012-06-27 09:40:15 +03:00
Ohad Levy
e561b50bb6 [libvirt] - ensure no nil pools are returned 2012-05-25 15:46:25 +03:00
Ohad Levy
ed6952fbf7 [libvirt] makes libvirt code more debian friendly
debian based libvirt does not know interfaces and some node information
2012-04-09 16:41:23 +03:00
Ohad Levy
244bc10010 [libvirt] added display attributes and allowed to change display of a running server 2012-04-08 18:37:26 +03:00
Ohad Levy
1ed7a6b2ee [libvirt] expose node hostname 2012-04-08 16:16:28 +03:00
Amos Benari
8b76b2ff05 removed unneeded dependency, 2012-04-05 17:15:08 +03:00
Amos Benari
fe0f240278 added mock implementation 2012-04-05 17:15:08 +03:00
Ohad Levy
0c7824bf49 libvirt volume sizes are in GB, ensuring both requests and setters are in GB 2012-04-04 15:52:51 +03:00
Ohad Levy
e983c672d4 add supports for defining/extracting libvit boot order 2012-04-04 15:36:15 +03:00
Ohad Levy
9d78d29a19 [libvirt] refactored libvirt entire code
* moved to using requests
* added vm nic/nics
* kept compatability with the existing interfaces
* moved util classes into util subdir

Signed-off-by: Amos Benari <abenari@redhat.com>
2012-04-04 15:35:05 +03:00