Problem/Motivation

  • Fix the following error:
    Instance: updated INSTANCE-NAME.The operation ModifyInstanceAttribute could not being performed:
      Error Info: InvalidGroup.NotFound
      Error from: client-side
      Status Code: 400
      Message: You have specified two resources that belong to different networks.
    

Issue fork cloud-3269708

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

baldwinlouie created an issue. See original summary.

baldwinlouie’s picture

Status: Active » Needs review

@yas, please review this fix. The issue is that the default group name can exist in different VPCs. Therefore, the API call to get group ids was returning multiple default group names. To fix, I am passing the VPC Id into the API call.

yas’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new442.15 KB
new418.75 KB

@baldwinlouie

Thank you for fixing the issue. I tested the patch and it looks good.

BEFORE:

36

AFTER:

29

  • yas committed a480cf1 on 5.x authored by baldwinlouie
    Issue #3269708 by baldwinlouie, yas: Fix error when assigning Default...

  • yas committed 92c9b49 on 4.x authored by baldwinlouie
    Issue #3269708 by baldwinlouie, yas: Fix error when assigning Default...
yas’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.