| Summary: | Provider and Provider Accounts no longer have field level error messages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | wes hayutin <whayutin> | ||||
| Component: | aeolus-conductor | Assignee: | Scott Seago <sseago> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 0.3.1 | CC: | cpelland, dajohnso, deltacloud-maint | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://aeolus-fedora.virt.bos.redhat.com/deltacloud/admin/providers | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-06-14 15:54:26 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Created attachment 475855 [details]
screenshot
on another build the correct error is present, but displayed correctly.
see screenshot
that was in a build from commit 70526a6f9b3b51e54c581f35410f255c3749a987 This is fixed for the most part but full verification is blocked by bug 678390 closing out old bugs that dev has not addressed :( perm close |
Description of problem: When creating a provider w/ intentional errors I see only three unique messages. "provider created" "cannot add the provider" "cannot update the provider" When creating provider accounts there are also different error messages than in the previous version of conductor. I will add specifics later to this bug. We have recorded what the error messages were in previous versions and they are: public static final String PROVIDER_CREATION_FAILURE = "Cannot add the provider."; public static final String PROVIDER_CREATION_SUCCESS = "Provider added"; public static final String PROVIDER_UPDATED_SUCCESS = "Provider updated"; public static final String PROVIDER_UPDATED_FAILURE = "Cannot update the provider"; public static final String PROVIDER_INVALID_CHAR = "Name must only contain: numbers, letters, spaces, '_' and '-'"; public static final String PROVIDER_BLANK_NAME = "Name can't be blank"; public static final String PROVIDER_BLANK_URL = "URL can't be blank"; public static final String PROVIDER_NAME_TOO_LONG = "Name is too long (maximum is 255 characters)"; public static final String PROVIDER_NAME_TAKEN = "Name has already been taken"; public static final String PROVIDER_NEED_VALID_URL = "URL must be a valid provider url"; public static final String PROVIDER_INVALID_URL = "URL is invalid"; public static final String PROVIDER_TEST_SUCCESS = "Successfuly Connected to Provider"; public static final String PROVIDER_TEST_FAILURE = "Failed to Connect to Provider"; public static final String PROVIDER_DELETED = "Provider Deleted"; public static final String PROVR_ACCT_CRED_ERROR = "The entered credential information is incorrect"; public static final String PROVR_ACCT_CRED_INVALID = "Login Credentials are Invalid for this Provider"; public static final String PROVR_ACCT_BLANK_LABEL = "Label can't be blank"; public static final String PROVR_ACCT_BLANK_USERNAME = "Username can't be blank"; public static final String PROVR_ACCT_BLANK_PASSWORD = "Password can't be blank"; public static final String PROVR_ACCT_BLANK_ACCTNUM = "Account number can't be blank"; public static final String PROVR_ACCT_BLANK_X509_PUB = "X509 cert pub file can't be blank"; public static final String PROVR_ACCT_BLANK_X509_PRIV = "X509 cert priv file can't be blank"; public static final String PROVR_ACCT_EMPTY_FIELD_ERROR = "You must fill in all the required fields"; public static final String PROVR_ACCT_ADDED = "Provider account added"; public static final String PROVR_ACCT_REMOVED = "Cloud Account destroyed"; public static final String PROVR_ACCT_UPDATED = "Cloud Account updated"; public static final String PROVR_ACCT_TEST_FAILED = "Test Connection Failed: Invalid Account Details"; public static final String PROVR_ACCT_TEST_PASSED = "Test Connection Success: Valid Account Details"; public static final String PROVR_ACCT_QUOTA_TOO_LONG = "Maximum running instances must be a positive whole number less than 2147483647"; public static final String PROVR_DELETED = "Provider Deleted"; public static final String PROVR_ACCT_NO_ACCESS_KEY = "No :access_key_id provided "; public static final String PROVR_ACCT_NO_SECRET_ACCESS_KEY = "No :secret_access_key provided";