> On Jan. 9, 2014, 6:22 p.m., Alena Prokharchyk wrote:
> > Saksham,
> >
> > The patch fails on 4.3 branch with the error:
> >
> > Applying: CLOUDSTACK-5535 : Do not allow addNetwork to create NIC across
> > VPC tiers and Isolated Networks
> > error: patch failed: server/src/com/cloud/vm/UserVm
> On Jan. 9, 2014, 6:22 p.m., Alena Prokharchyk wrote:
> > Saksham,
> >
> > The patch fails on 4.3 branch with the error:
> >
> > Applying: CLOUDSTACK-5535 : Do not allow addNetwork to create NIC across
> > VPC tiers and Isolated Networks
> > error: patch failed: server/src/com/cloud/vm/UserVm
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16361/#review31444
---
Saksham,
The patch fails on 4.3 branch with the error:
Applying: C
> On Jan. 9, 2014, 12:39 a.m., Alena Prokharchyk wrote:
> > One more check is needed: don't let to add vm to VPC network if its already
> > a part of another VPC network.
>
> Saksham Srivastava wrote:
> This check is already in place unless I am missing something:
> if (existingNetwork.
> On Jan. 9, 2014, 12:39 a.m., Alena Prokharchyk wrote:
> > One more check is needed: don't let to add vm to VPC network if its already
> > a part of another VPC network.
This check is already in place unless I am missing something:
if (existingNetwork.getVpcId() != null && network.getGuestType
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16361/#review31417
---
One more check is needed: don't let to add vm to VPC network if its
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16361/
---
Review request for cloudstack and Alena Prokharchyk.
Bugs: CLOUDSTACK-5535