Jayapal Reddy created CLOUDSTACK-2518:
-----------------------------------------

             Summary: failed to create same private gateway in two different vpc
                 Key: CLOUDSTACK-2518
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2518
             Project: CloudStack
          Issue Type: Sub-task
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Jayapal Reddy


Failed to create same private gateway in two different vpc because 
a. the private networks in network table does not have vpc id.
So private networks for the vpc not differentiated.
   Network privateNetwork = 
_networksDao.getPrivateNetwork(BroadcastDomainType.Vlan.toUri(vlan).toString(), 
cidr,
                networkOwnerId, pNtwk.getDataCenterId());
        if (privateNetwork == null) {
b. cloudstack not creating two private networks of different vpc with same 
vlan, cidr in zone.

--
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

Reply via email to