cloudstack/plugins/hypervisors
wilderrodrigues 527d6ee77b Making possible to update KVM hosts password in the database via the API
- Make sure the doUpdateHostPassword() method returns the result from the answer, not always true
   - Added the LibvirtUpdateHostPasswordCommandWrapper class, which will handle the changes in the KVM agent
     That's will be further implemented in the future. The command will avoid the agent to complain about Unsupported command
   - Added a test to make sure the current implementation of the comment works
     - If changes in the future, it will also require changes. In that way, we make sure nobody will break it

Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>

This closes #527
2015-06-29 09:59:12 +02:00
..
baremetal findbugs: masking fields removed 2015-06-24 12:24:12 +02:00
hyperv Fix findbugs warning in HypervDirectConnectResource.java Two boxed Longs were being created instead of simple long 2015-06-15 12:09:34 +03:00
kvm Making possible to update KVM hosts password in the database via the API 2015-06-29 09:59:12 +02:00
ovm Fix findbugs DM_BOXED_PRIMITIVE_FOR_PARSING in OvmResourceBase.java 2015-06-22 10:50:48 +02:00
ovm3 Specify all dependency versions in pom.xml 2015-06-22 13:01:19 +02:00
simulator Merge branch 'volume-upload' into master 2015-04-29 11:12:53 +05:30
ucs Fix findbugs warning in UcsManagerImpl.java Integer was being created to assign value to int 2015-06-15 12:09:37 +03:00
vmware findbugs: static member should be final 2015-06-20 00:57:59 +02:00
xenserver VM Snapshot Usage for DATA disk is reported as the size of the DATA disk instead of the actual snapshot size. 2015-06-19 15:55:21 +05:30