Closed (fixed)
Project:
Cloud
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Mar 2022 at 17:08 UTC
Updated:
29 Mar 2022 at 19:24 UTC
Jump to comment: Most recent, Most recent file
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.
| Comment | File | Size | Author |
|---|
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
Comment #3
baldwinlouie commented@yas, please review this fix. The issue is that the
defaultgroup name can exist in different VPCs. Therefore, the API call to get group ids was returning multipledefaultgroup names. To fix, I am passing theVPC Idinto the API call.Comment #4
yas@baldwinlouie
Thank you for fixing the issue. I tested the patch and it looks good.
BEFORE:
AFTER:
Comment #7
yas