Fix an Internal Server Error: "Cannot load cloud service provider plugin". This occurs if you add a cloud service provider with the same cloud_context.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3161139-2.patch | 7.51 KB | baldwinlouie |
Fix an Internal Server Error: "Cannot load cloud service provider plugin". This occurs if you add a cloud service provider with the same cloud_context.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3161139-2.patch | 7.51 KB | baldwinlouie |
Comments
Comment #2
baldwinlouie commentedAttaching a patch that relaxes the validation. Previously, the code will check if a cloud_context exists, but only from the same
type. (IE, only check for duplicatecloud_contextink8s)This patch checks the cloud_context against ALL cloud service providers in the system.
Comment #3
yas@baldwinlouie
Thank for adding the validation. I tested the patch and it looks good to me. I'll merge the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.Comment #6
yas