Uh oh!
There was an error while loading. Please reload this page.
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 - #903
Conversation
sebgoa
commented
Oct 5, 2015
@nitin-maharana Any automated tests for this ? if not, can you spend the time to write some. thanks |
nitin-maharana
commented
Oct 7, 2015
@Runseb I think there is no automated tests for this. I will try to write one. Thanks. |
remibergsma
commented
Oct 24, 2015
@nitin-maharana Any update on this? |
nitin-maharana
commented
Oct 24, 2015
@remibergsma I was busy in some other works. Within 3-4 days I will work on this and will give an update. Thank you. |
nitin-maharana
commented
Oct 30, 2015
Hi @Runseb@remibergsma I don't understand what to test and how to write a test for this. If you have any idea of how to write one, please help me out. Thanks. |
…s 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.
karuturi
commented
Nov 2, 2015
great find @nitin-maharana When I add a LB rule in network isolated2 for the VM, this is API call before the change and it failed. After the fix, it took the right IP and succeeded. 👍 LGTM |
remibergsma
commented
Nov 2, 2015
Nice small fix, LGTM. |
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 createdWhile 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. * pr/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 Signed-off-by: Remi Bergsma <github@remi.nl>
nitin-maharana
commented
Nov 2, 2015
Thanks @karuturi@remibergsma. |
Allowing user to use local/browser timezone Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>


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.