GitHub user nitin-maharana opened a pull request: https://github.com/apache/cloudstack/pull/903
CLOUDSTACK-8928: While adding VMs to LB rule, default NIC IP is always displayed rather than the IP corresponding to the NIC where LB is being created While calling the listNics API, instead of sending the default nic id as parameter, it should send the network id as a parameter. So, replaced that nicid parameter as networkid parameter. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nitin-maharana/cloudstack nitin1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/903.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #903 ---- commit 38d9b6a5457f0abc592cee7eb95ad7cb6fb303bf Author: Nitin Kumar Maharana <nitinkumar.mahar...@citrix.com> Date: 2015-10-01T07:04:55Z CLOUDSTACK-8928: While adding VMs to LB rule, default NIC IP is always displayed rather than the IP corresponding to the NIC where LB is being created While calling the listNics API, instead of sending the default nic id as parameter, it should send the network id as a parameter. So, replaced that nicid parameter as networkid parameter. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---