chris snow created STRATOS-692: ---------------------------------- Summary: SM configuration errors should be more informative allowing users to resolve their issues Key: STRATOS-692 URL: https://issues.apache.org/jira/browse/STRATOS-692 Project: Stratos Issue Type: Sub-task Components: Stratos Manager Reporter: chris snow
The errors don't allow users to diagnose what actually went wrong. For example when trying to deploy the following partition... {code} { "id": "zone-1", "provider": "openstack", "property": [ { "name": "region", "value": "PHX" } { "name": "zone", "value": "PHX01" } ] } {code} .. the output received was: {code} Invalid Partition Detected : zone-1 {code} This error doesn't help the user resolve the issue. Ideally, the error message should give the exact cause of the error, but if that isn't possible, potentially we could output: {code} Invalid Partition Detected : zone-1 Please see the Stratos log file for more information. {code} -- This message was sent by Atlassian JIRA (v6.2#6252)