[
https://issues.apache.org/jira/browse/CLOUDSTACK-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alena Prokharchyk resolved CLOUDSTACK-3128.
-------------------------------------------
Resolution: Fixed
Closing the bug. There is no need to pass LinkedHashMap to the UserVmManager
interface. The order of the networks is determined by the List<Long>
networkIdList mandatory parameter. IpToNetworkList is an additional parameter,
and UserVmManager never reads it to determine the network order; it used just
for ip to NicProfile assignment.
> deployVm does not guearentee network interface order inside VM when called
> with ipToNetwork list parameter
> ----------------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-3128
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3128
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.2.0
> Reporter: Alena Prokharchyk
> Assignee: Alena Prokharchyk
> Fix For: 4.2.0
>
>
> When deployVm is called with networkIds parameter, the nics will be created
> in the Vm with the order defined by networkId parameter.
> But when ipToNetworkList parameter is passed, the order the map is presented
> in this param, is not the order the nics are created on the Vm.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira