cloudstack/server/src/com/cloud/network
Wei Zhou 2e2ee2f3ed CLOUDSTACK-1088: EnableStaticNat error will clear the data in database
The issue occur in two conditions

(1) If I use two sessions or browsers to EnableStaticNat on CloudStack
UI. one is successful, the other is failed. However, there is no ip in
database.

(2) If I use API call EnableStaticNat several times The first time
succeed, the second failed, the third succeed. the result is
success-fail-success-fail-success-fail, which it is not correct.

Reported-by: Wei Zhou <w.zhou@leaseweb.com>
Reviewed-by: https://reviews.apache.org/r/9254/
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-13 18:43:42 +05:30
..
addr Sync javelin with master up to 894cb8f7d9 2013-01-31 17:20:19 -08:00
as Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
dao Fix a typo 2013-02-08 14:48:14 -08:00
element Sync javelin with master up to 894cb8f7d9 2013-01-31 17:20:19 -08:00
firewall Add missing break to applyRules in FirewallManager 2013-02-12 20:27:31 -08:00
guru Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
lb CLOUDSTACK-1241: Network apply rules logic is broken 2013-02-12 15:28:05 +05:30
router Sync javelin with master up to 894cb8f7d9 2013-01-31 17:20:19 -08:00
rules CLOUDSTACK-1088: EnableStaticNat error will clear the data in database 2013-02-13 18:43:42 +05:30
security Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
vpc Sync javelin with master up to 894cb8f7d9 2013-01-31 17:20:19 -08:00
vpn Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
ExteralIpAddressAllocator.java Separate loadable components like Gurus, Elements, Adapters to componentContext.xml 2013-01-16 16:33:59 -08:00
ExternalFirewallDeviceManager.java add unit test back, primary storage life cycle is tested 2013-01-21 17:01:00 -08:00
ExternalFirewallDeviceManagerImpl.java VO should not contain any DAO. Transient should be loaded by the caller using the Dao. 2013-01-22 12:54:16 -08:00
ExternalLoadBalancerDeviceManager.java add unit test back, primary storage life cycle is tested 2013-01-21 17:01:00 -08:00
ExternalLoadBalancerDeviceManagerImpl.java add unit test back, primary storage life cycle is tested 2013-01-21 17:01:00 -08:00
ExternalLoadBalancerUsageManager.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
ExternalLoadBalancerUsageManagerImpl.java Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
ExternalNetworkDeviceManagerImpl.java Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
IpAddrAllocator.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
Ipv6AddressManager.java IPv6: Rename public_ipv6_address to user_ipv6_address 2013-01-30 17:05:47 -08:00
Ipv6AddressManagerImpl.java IPv6: One network can have more than one vlan 2013-02-06 20:07:07 -08:00
NetworkManager.java Sync javelin with master up to 894cb8f7d9 2013-01-31 17:20:19 -08:00
NetworkManagerImpl.java CLOUDSTACK-1242: Fix inline mode 2013-02-12 20:27:26 -08:00
NetworkModelImpl.java CLOUDSTACK-1242: Fix inline mode 2013-02-12 20:27:26 -08:00
NetworkRuleApplier.java Move applyRules to the rightful place(s). Not sure why applyIps is required during applyRules, so we still have a reference back into a (simplified) applyRules in NetworkManager 2013-01-04 19:22:53 -08:00
NetworkServiceImpl.java CLOUDSTACK-1242: Fix inline mode 2013-02-12 20:27:26 -08:00
NetworkStateListener.java Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
NetworkUsageManager.java CLOUDSTACK-786, CLOUDSTACK-1014: Moved usage APIs to cloud-api. Removed ManagementServerExt. Usage API related implementation is added to UsageServiceImpl 2013-02-05 16:49:34 +05:30
NetworkUsageManagerImpl.java CLOUDSTACK-786, CLOUDSTACK-1014: Moved usage APIs to cloud-api. Removed ManagementServerExt. Usage API related implementation is added to UsageServiceImpl 2013-02-05 16:49:34 +05:30
PortProfileManagerImpl.java add unit test back, primary storage life cycle is tested 2013-01-21 17:01:00 -08:00
SshKeysDistriMonitor.java VPC: CS-15827 - register only VpcVirtualNetworkApplianceMgr 2012-08-03 14:23:45 -07:00
StorageNetworkManager.java Patch from Chip Childers 2012-07-02 09:51:21 -04:00
StorageNetworkManagerImpl.java Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
UserIpv6Address.java IPv6: Rename public_ipv6_address to user_ipv6_address 2013-01-30 17:05:47 -08:00
UserIpv6AddressVO.java IPv6: Rename public_ipv6_address to user_ipv6_address 2013-01-30 17:05:47 -08:00