mirror of https://github.com/apache/cloudstack.git
merge changes
This commit is contained in:
parent
84d5f0514e
commit
c6dc4f8435
|
|
@ -1258,7 +1258,6 @@ public class VirtualNetworkApplianceManagerImpl implements VirtualNetworkApplian
|
|||
offering_id = _offering.getId();
|
||||
}
|
||||
VirtualRouterProviderType type = VirtualRouterProviderType.VirtualRouter;
|
||||
|
||||
Long physicalNetworkId = _networkMgr.getPhysicalNetworkId(network);
|
||||
PhysicalNetworkServiceProvider provider = _physicalProviderDao.findByServiceProvider(physicalNetworkId, type.toString());
|
||||
if (provider == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue