cloudstack/server/src/com/cloud
Daan Hoogland 31c6b14dd4 Merge branch 'improvement/CLOUDSTACK-8607' change the host password on the host itself via the updateHostPassword API
- Make sure the new password replaces the old one in the queue
    - Updated the patch files for XenServer
    - Updated the script path on LibvirtComputing class
    - Adding update_host_passwd to VRScripts
    - Add implementation to CitrixUpdateHostPasswordCommandWrapper
    - Improve testUpdateHostPasswordCommand() unit test on CitrixRequestWrapperTest
    - Adding update_host_passwd.sh script
    - Adding the host IP address as an instance variable on UpdateHostPasswordCommand
    - Improving the Unit Test (LibvirtComputingResourceTest) to get it covering the new code
    - Make sure doUpdateHostPassword() doesn't get called if flag is set to false
    - Do not update XenServer hosts if the cluster ID is not informed

    This closes #559
2015-07-06 16:15:22 +02:00
..
account Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
acl Error message exposes domain Id when deployVirtualMachine() is attempted on a shared network to which the user doesnot have access to. 2015-03-13 15:02:26 +05:30
agent/manager Merge branch 'PR-REVIEW-335' 2015-07-06 11:48:38 +05:30
alert CLOUDSTACK-8285: check and update IP capacity states based on allocation state 2015-02-25 16:47:40 +05:30
api CLOUDSTACK-8603: Random list VM failures at scale (more than 1000 VMs) when VM has resource tags There is no 'removed' field on the resource_tags table. So 'id' based search may return a record or null in case record is deleted. Added a check for null or empty in search resource tags based on 'id'. 2015-07-03 15:25:11 +05:30
async Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
capacity CLOUDSTACK-8570:Exception in calculating reserved capacity for dynamic service offering 2015-06-19 09:30:33 +05:30
configuration CLOUDSTACK-8457: SAML auth plugin improvements for production usage 2015-06-29 12:31:51 +02:00
consoleproxy CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level 2015-05-19 21:32:14 +05:30
dc Fixed some problems reported by FindBugs 2014-03-13 13:45:30 -07:00
deploy CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level 2015-05-19 21:32:14 +05:30
event removed executable flags from java classes 2014-11-23 19:49:01 +01:00
ha server: Introduce Unknown Status to be used in AbstractInvestigatorImpl 2015-05-03 15:16:04 +02:00
hypervisor Fix findbugs warning in CloudZonesStartupProcessor.java Unnecessary boxing/unboxing of primitive value 2015-06-15 12:09:50 +03:00
metadata CLOUDSTACK-6987: Add support for storing metadata for snapshot policy and controlling policy using display flag 2014-06-24 14:07:39 -07:00
network Offer a getDurationInMillis() method in the Profiler utility class 2015-06-24 09:36:40 +02:00
projects Fix findbugs warning in ProjectManagerImpl.java Unnecessary boxing/unboxing of primitive value 2015-06-15 12:09:57 +03:00
resource CLOUDSTACK-8607 - Make sure the new password replaces the old one in the queue 2015-07-04 11:33:52 +02:00
resourcelimit CLOUDSTACK-5238: password checks, NPE fixes and minor fixes 2015-02-27 18:24:46 +05:30
server CLOUDSTACK-8607 - Adding shouldUpdateHost flag 2015-07-02 11:12:08 +02:00
servlet removed unused static main in ConsoleProxyPasswordBasedEncryptor 2015-04-17 12:07:04 +05:30
storage findbugs: repeated condition seems c&p error the tested states sugest that EXPUNGED should be the last one 2015-06-19 15:26:53 +03:00
tags CLOUDSTACK-7362: fix wrong uuid issue for resource tags 2014-08-18 16:17:36 +02:00
template findbugs Boolean return null in getter not in is-query 2015-06-28 12:41:44 +02:00
test findbugs: use a prepared statement as prepared statement 2015-06-19 23:26:00 +02:00
usage GetUsageRecordsCmd - NewInputFormat for START_DATE and END_DATE (with time; backward capabile) 2015-04-25 02:49:21 +02:00
user findbugs: removed redundant null check 2015-03-25 18:12:42 +01:00
uuididentity CLOUDSTACK-6785: changed async job param injectedjobid to customjobid and check for unique/uuid 2014-05-27 15:23:12 -06:00
vm AsyncJob reports 'Successful' even if RevertToVMSnapshot operation fails. 2015-06-19 15:48:21 +05:30