Hugo Trippaers 
							
						 
					 
					
						
						
						
						
							
						
						
							aa6355ffe6 
							
						 
					 
					
						
						
							
							Updated master to 4.1.0  
						
						 
						
						... 
						
						
						
						mvn release:update-versions -DautoVersionSubmodules=true -Dnonoss -P
client,deps,developer  -DdevelopmentVersion=4.1.0-SNAPSHOT 
						
						
					 
					
						2012-10-01 11:00:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							11fe086ada 
							
						 
					 
					
						
						
							
							Fixing CLOUDSTACK-226: don't allow physical networks with overlaping vnet ranges, belong to the same zone. Fixed create and update physical network code  
						
						 
						
						
						
						
					 
					
						2012-09-28 13:11:20 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							bbbccc0a7b 
							
						 
					 
					
						
						
							
							Port ranges for PF rules: public port start should be equal to ending port start; the same applies to end ports  
						
						 
						
						
						
						
					 
					
						2012-09-27 10:50:04 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							2c2178ce10 
							
						 
					 
					
						
						
							
							Revert "Removed port ranges from createPortForwardingRule API"  
						
						 
						
						... 
						
						
						
						This reverts commit d04f0b475285e45ae5a466626fb11704fe46fa99.
Conflicts:
	api/src/com/cloud/api/commands/CreatePortForwardingRuleCmd.java
Conflicts:
	api/src/com/cloud/api/commands/CreatePortForwardingRuleCmd.java 
						
						
					 
					
						2012-09-27 10:49:53 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							780769b765 
							
						 
					 
					
						
						
							
							fix build  
						
						 
						
						
						
						
					 
					
						2012-09-26 17:56:29 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							ba8b418542 
							
						 
					 
					
						
						
							
							CS-16375:  do desetup network after last VM in guest network is gone  
						
						 
						
						
						
						
					 
					
						2012-09-26 17:42:42 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kishan Kavala 
							
						 
					 
					
						
						
						
						
							
						
						
							6540ff8fa1 
							
						 
					 
					
						
						
							
							bug CLOUDSTACK-198: VPN user add, on failure remove user currently being added only, other users will remain in Add state  
						
						 
						
						
						
						
					 
					
						2012-09-26 13:54:49 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jie Feng 
							
						 
					 
					
						
						
						
						
							
						
						
							c9aa08350a 
							
						 
					 
					
						
						
							
							[DOC] docbook conversion - choosing a deployment architecture  
						
						 
						
						
						
						
					 
					
						2012-09-13 16:12:06 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mice Xia 
							
						 
					 
					
						
						
						
						
							
						
						
							55bcfaf805 
							
						 
					 
					
						
						
							
							CLOUDSTACK-88  Cannot listVM by vpcId which is required by VPC UI  
						
						 
						
						
						
						
					 
					
						2012-09-13 11:21:11 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							fe8a2992a2 
							
						 
					 
					
						
						
							
							Elimiate mystery guestIp in IpAddressTO  
						
						 
						
						... 
						
						
						
						Nobody can explain why it's there...
Also fix wrong return result of several empty network element callbacks 
						
						
					 
					
						2012-09-12 15:42:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Koushik Das 
							
						 
					 
					
						
						
						
						
							
						
						
							65eeeaf071 
							
						 
					 
					
						
						
							
							CS-14277  
						
						 
						
						... 
						
						
						
						Support for local data disk. Currently enable/disable config is at zone level, in subsequent checkins it can be made more granular.
    Following changes are made:
    - Create disk offering API now takes an extra parameter to denote storage type (local or shared). This is similar to storage type in service offering.
    - Create/delete of data volume on local storage
    - Attach/detach for local data volumes. Re-attach is allowed as long as vm host and data volume storage pool host is same.
    - Migration of VM instance is not supported if it uses local root or data volumes.
    - Migrate is not supported for local volumes.
    - Zone level config to enable/disable local storage usage for service and disk offerings.
    - Local storage gets discovered when a host is added/reconnected if zone level config is enabled. When disabled existing local storages are not removed but any new local storage is not added.
    - Deploy VM command validates service and disk offerings based on local storage config.
    - Upgrade uses the global config 'use.local.storage' to set the zone level config for local storage.
(cherry picked from commit 62710aed37606168012a0ed255a876c8e7954010) 
						
						
					 
					
						2012-09-11 17:22:43 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fang Wang 
							
						 
					 
					
						
						
						
						
							
						
						
							663e250334 
							
						 
					 
					
						
						
							
							Replace db-id by UUID for user VM's vm-id.  
						
						 
						
						
						
						
					 
					
						2012-09-10 18:01:08 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mice Xia 
							
						 
					 
					
						
						
						
						
							
						
						
							dd07d1598f 
							
						 
					 
					
						
						
							
							Fix Bug CloudStack-9 can not change OS preference from OS to none  
						
						 
						
						
						
						
					 
					
						2012-09-04 20:51:03 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							7272b8d56b 
							
						 
					 
					
						
						
							
							Applying the patch from  https://reviews.apache.org/r/5871/  
						
						 
						
						... 
						
						
						
						Original committer: Venkata Siva Vijayendra Bhamidipati 
						
						
					 
					
						2012-08-30 10:33:07 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Likitha Shetty 
							
						 
					 
					
						
						
						
						
							
						
						
							8c3450b503 
							
						 
					 
					
						
						
							
							CS-14770. ec2-run-instances and ec2-describe-instances don't return keypair information. Component: AWSAPI.  
						
						 
						
						
						
						
					 
					
						2012-08-28 13:52:42 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olivier lamy 
							
						 
					 
					
						
						
						
						
							
						
						
							a06ed5728c 
							
						 
					 
					
						
						
							
							remove intermediate parent poms  
						
						 
						
						
						
						
					 
					
						2012-08-27 16:43:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olivier lamy 
							
						 
					 
					
						
						
						
						
							
						
						
							3aa469da2a 
							
						 
					 
					
						
						
							
							groupdId is now org.apache.cloudstack  
						
						 
						
						
						
						
					 
					
						2012-08-25 09:20:21 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olivier lamy 
							
						 
					 
					
						
						
						
						
							
						
						
							5ef60aceb1 
							
						 
					 
					
						
						
							
							%s/tab/ws/  
						
						 
						
						
						
						
					 
					
						2012-08-25 00:03:23 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darren Shepherd 
							
						 
					 
					
						
						
						
						
							
						
						
							4a4007e652 
							
						 
					 
					
						
						
							
							Add license  
						
						 
						
						
						
						
					 
					
						2012-08-24 11:18:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darren Shepherd 
							
						 
					 
					
						
						
						
						
							
						
						
							ebc0fa458a 
							
						 
					 
					
						
						
							
							* Maven 3 support  
						
						 
						
						... 
						
						
						
						* Pretty Format POM's
* AWS API compiles now 
						
						
					 
					
						2012-08-24 11:18:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darren Shepherd 
							
						 
					 
					
						
						
						
						
							
						
						
							f826971fea 
							
						 
					 
					
						
						
							
							Maven config, initial commit  
						
						 
						
						
						
						
					 
					
						2012-08-24 11:18:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							95347d2a5e 
							
						 
					 
					
						
						
							
							CS-16119: Fix wrong container name of updateVpnCustomerGateway  
						
						 
						
						... 
						
						
						
						Reviewed-by: Frank Zhang 
						
						
					 
					
						2012-08-21 17:25:15 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							e252de4999 
							
						 
					 
					
						
						
							
							PublicIpAddress api response: new parameter "associatednetworkname" - the name of the guest network associated with the ip address  
						
						 
						
						... 
						
						
						
						Reviewed-by: Frank Zhang
Conflicts:
	api/src/com/cloud/api/ApiConstants.java
	server/src/com/cloud/api/ApiResponseHelper.java 
						
						
					 
					
						2012-08-21 15:35:40 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kishan 
							
						 
					 
					
						
						
						
						
							
						
						
							691be5c60e 
							
						 
					 
					
						
						
							
							bug CS-15577: Added per gateway network usage for VPC and VPN usage. VPN usage uses 525 mark for outgoing traffic and 524 mark for incoming traffic  
						
						 
						
						... 
						
						
						
						status CS-15577: resolved fixed 
						
						
					 
					
						2012-08-17 17:07:13 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							335730dc65 
							
						 
					 
					
						
						
							
							CS-15999: added nics to domain router api response  
						
						 
						
						... 
						
						
						
						Conflicts:
	server/src/com/cloud/api/ApiResponseHelper.java 
						
						
					 
					
						2012-08-16 10:50:09 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							4b3af0c961 
							
						 
					 
					
						
						
							
							fixed typo  
						
						 
						
						
						
						
					 
					
						2012-08-15 14:06:07 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							e1bfcdc1be 
							
						 
					 
					
						
						
							
							fix a typo  
						
						 
						
						
						
						
					 
					
						2012-08-15 13:53:43 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							a3faff94ff 
							
						 
					 
					
						
						
							
							S2S VPN: CS-15998: Fix wrong vpc id in Site2SiteVpnGatewayResponse  
						
						 
						
						
						
						
					 
					
						2012-08-15 12:10:19 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							bda9d0a843 
							
						 
					 
					
						
						
							
							S2S VPN: Fix license headers  
						
						 
						
						
						
						
					 
					
						2012-08-14 09:53:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							991fb3d189 
							
						 
					 
					
						
						
							
							S2S VPN: Fix wrong response name  
						
						 
						
						
						
						
					 
					
						2012-08-14 09:53:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							7120ce0717 
							
						 
					 
					
						
						
							
							Fixed version number in upgrade script comment (replaced 3.0.3 with 3.0.2)  
						
						 
						
						
						
						
					 
					
						2012-08-13 16:50:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tomoe@midokura.jp 
							
						 
					 
					
						
						
						
						
							
						
						
							ce12d0d70d 
							
						 
					 
					
						
						
							
							Submit Midokura SDN controller stubs  
						
						 
						
						
						
						
					 
					
						2012-08-13 18:55:11 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Prasanna Santhanam 
							
						 
					 
					
						
						
						
						
							
						
						
							4161cea5df 
							
						 
					 
					
						
						
							
							CS-15833: PrepareForMigrationCommand extends Command  
						
						 
						
						... 
						
						
						
						PrepareForMigrationCommand which was extending StartCommand wrongly now
extends the base Command only.
Signed-off-by: Prasanna Santhanam <Prasanna.Santhanam@citrix.com> 
						
						
					 
					
						2012-08-13 16:23:16 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nitin Mehta 
							
						 
					 
					
						
						
						
						
							
						
						
							a50cf618ec 
							
						 
					 
					
						
						
							
							bug CS-15278: For removing clusters crossing threshold find out the list of cluster through db instead of iteratting cluster one by one in the java code.  
						
						 
						
						
						
						
					 
					
						2012-08-13 16:20:57 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mice Xia 
							
						 
					 
					
						
						
						
						
							
						
						
							17304b3910 
							
						 
					 
					
						
						
							
							Remove @author tag from non third-party source files in api folder  
						
						 
						
						
						
						
					 
					
						2012-08-13 15:17:22 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							bf1123246a 
							
						 
					 
					
						
						
							
							VPC : typo in CreateNetworkACLCmd.java  
						
						 
						
						
						
						
					 
					
						2012-08-12 11:00:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							b61468d65c 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						 
						
						... 
						
						
						
						Conflicts:
	plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java 
						
						
					 
					
						2012-08-11 18:27:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							263216caa5 
							
						 
					 
					
						
						
							
							Adds CLVM as an option for primary storage. It copies most of the RBD bits, in most cases simply adding an 'else if' or similar. In the managesnapshot.sh we add the ability to manipulate snapshots for the CLVM volumes, as well as a few minor fixes like adjusting the usage for the -b option to reflect that it accepts four arguments (note that it already accepted four args, it just wasn't reflected in the usage).  
						
						 
						
						... 
						
						
						
						RB: https://reviews.apache.org/r/6470/ 
Send-by: shadowsor@gmail.com  
						
						
					 
					
						2012-08-10 13:33:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							6cddd1e767 
							
						 
					 
					
						
						
							
							Removed trailing whitespaces and fixed line endings in some files  
						
						 
						
						
						
						
					 
					
						2012-08-09 23:30:33 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							97e4906d8c 
							
						 
					 
					
						
						
							
							Merged the file with the master branch  
						
						 
						
						
						
						
					 
					
						2012-08-09 23:30:33 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							0d1393a2d3 
							
						 
					 
					
						
						
							
							Removed unsed imports  
						
						 
						
						
						
						
					 
					
						2012-08-09 23:30:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							493c8d1190 
							
						 
					 
					
						
						
							
							Removed @author annotation from IpAssocCommand and IpAssocAnswer  
						
						 
						
						
						
						
					 
					
						2012-08-09 23:30:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							c5e3493792 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						 
						
						
						
						
					 
					
						2012-08-08 18:38:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							a1f361904e 
							
						 
					 
					
						
						
							
							Reverted "Initialize user context from AccountManager" committed to master branch by mistake  
						
						 
						
						... 
						
						
						
						This reverts commit da26302049f48839dc364eefd32cd5597ac05bdc. 
						
						
					 
					
						2012-08-08 15:26:45 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							057d6ccbb8 
							
						 
					 
					
						
						
							
							Name change for vpc/Dao package (dao is lowercased now)  
						
						 
						
						
						
						
					 
					
						2012-08-08 14:51:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							048c5e50cf 
							
						 
					 
					
						
						
							
							Merge branch 'master' into vpc  
						
						 
						
						... 
						
						
						
						Conflicts:
	utils/test/com/cloud/utils/component/MockComponentLocator.java 
						
						
					 
					
						2012-08-08 11:50:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							da26302049 
							
						 
					 
					
						
						
							
							Initialize user context from AccountManager  
						
						 
						
						... 
						
						
						
						Conflicts:
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/network/vpc/VpcManagerImpl.java 
						
						
					 
					
						2012-08-08 11:17:01 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sheng Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							46a12b378c 
							
						 
					 
					
						
						
							
							CS-15243: Add service combination check at create network offering  
						
						 
						
						
						
						
					 
					
						2012-08-07 13:17:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							629556c708 
							
						 
					 
					
						
						
							
							Fixed UserContext initialization - got broken by unittest  
						
						 
						
						
						
						
					 
					
						2012-08-07 11:51:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alena Prokharchyk 
							
						 
					 
					
						
						
						
						
							
						
						
							bda1e2d08d 
							
						 
					 
					
						
						
							
							VPC: more unittests for VpcService  
						
						 
						
						... 
						
						
						
						Conflicts:
	server/src/com/cloud/network/vpc/VpcManagerImpl.java 
						
						
					 
					
						2012-08-07 11:37:36 -07:00