This website requires JavaScript.
Explore
Help
Sign In
apache
/
cloudstack
Watch
1
Star
0
Fork
0
You've already forked cloudstack
mirror of
https://github.com/apache/cloudstack.git
synced
2025-11-03 04:12:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cloudstack
/
plugins
/
hypervisors
/
kvm
History
wilderrodrigues
6138d9a690
Coverity issue 1116812 - Replacing concatenation with optionsBuffer.append(option.getKey()).append('=').append(option.getValue()).append(',');
...
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
2015-06-04 12:34:05 +02:00
..
resources/META-INF/cloudstack
/kvm-compute
Fix the NPE tht was being caught by the executeRequest() method. - The LibvirtUtilitiesHelper should have been injected, but it did not work on the Agent side. Due to that, when sending a StartCommand we were experiencing NPE, which made impossible to get SSVM/CPVM started. - The LibvirtUtilitiesHelper class is now being instantiated withing the LibvirtComputingResource
2015-05-27 13:19:57 +02:00
src
Coverity issue 1116812 - Replacing concatenation with optionsBuffer.append(option.getKey()).append('=').append(option.getValue()).append(',');
2015-06-04 12:34:05 +02:00
test
Mocking the Connect object used in the LibvirtMigrateCommandWrapper
2015-06-01 21:11:25 +02:00
.pydevproject
License header updates for the plugins folder.
2012-08-03 09:07:43 -04:00
pom.xml
CLOUDSTACK-8335: removed ceph repository - artifact resolved from maven central
2015-05-01 11:10:06 +05:30