cloudstack/plugins/network-elements/internal-loadbalancer
Rajesh Battala 2cca335856 CLOUDSTACK-3924 NPE while internal LB vm is getting created
Issue:
======
Unable to created internalLB Vm. this is due while determining maxconn
value from networkoffering.
to find the networking offering, networkid is passed instead of
networkoffering id which is causing the issue.

fixed:
=====
fixed the issue by passing the network offering id instead of network
id.

Conflicts:
	plugins/network-elements/internal-loadbalancer/src/org/apache/cloudstack/network/lb/InternalLoadBalancerVMManagerImpl.java
2013-07-31 10:53:02 +05:30
..
src/org/apache/cloudstack/network CLOUDSTACK-3924 NPE while internal LB vm is getting created 2013-07-31 10:53:02 +05:30
test Removed the remove method. Not sure why we added to VirtualMachineManager 2013-07-23 18:24:58 -07:00
pom.xml merge master 2013-05-11 15:28:43 +05:30