[
https://issues.apache.org/jira/browse/STRATOS-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mariangela Hills updated STRATOS-692:
-------------------------------------
Fix Version/s: FUTURE
> 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
> Fix For: FUTURE
>
>
> 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:
> {code}
> Invalid Partition Detected : zone-1
> IaaS error was: 'unknown region: PHX'
> {code}
> If it isn't possible to get the actual error (for example if jclouds doesn't
> provide it), we could tell the user where they need to look to resolve the
> problem:
> {code}
> Invalid Partition Detected : zone-1
> Please see the Stratos log file for more information.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)