eu-nebulous / gui

Mozilla Public License 2.0
0 stars 0 forks source link

Cloud registration should send empty fields as null #9

Closed jchmielewska closed 2 weeks ago

jchmielewska commented 4 months ago

When registering a cloud provider through UI, some fields that are left blank by the user are sent as empty strings ("") to SAL. This causes SAL not to work properly. Any field for which the user didn't provide a value, or the value was an empty string, should be sent as null. I detected too fields where it is happening: "endpoint" and "defaultNetwork". However, they could be others.

This issue was reported by Robert and moved from Launchpad #2068009 https://bugs.launchpad.net/nebulous/+bug/2068009