mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9416 : Enabling Static NAT on an associated Public IP to one of the NICs (networks) of a multi-NIC VM fails due to a wrong (default) Guest VM IP being selected in the GUI
This commit is contained in:
parent
50f80cc2a0
commit
094c4cf02b
|
|
@ -89,7 +89,7 @@
|
|||
url: createURL('listNics'),
|
||||
data: {
|
||||
virtualmachineid: instance.id,
|
||||
nicId: instance.nic[0].id
|
||||
networkId: network.id
|
||||
},
|
||||
success: function(json) {
|
||||
var nic = json.listnicsresponse.nic[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue