Bug 662957
| Summary: | Provider Account : Field Validation errors. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Shveta <ssachdev> | ||||||
| Component: | aeolus-conductor | Assignee: | Dave Johnson <dajohnso> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 0.3.1 | CC: | cpelland, dajohnso, deltacloud-maint | ||||||
| Target Milestone: | alpha | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | Type: | --- | |||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 468564 [details]
access_key error
Please provide any relevant build information, in this case a git hash. [deltacloud@usersys src]$ git show
commit ec20408a69e5e29740071c6732df8ed8be9e5aec
Author: Martyn Taylor <mtaylor>
Date: Tue Dec 7 16:07:19 2010 +0000
Reformatted Show user Page
diff --git a/src/app/controllers/users_controller.rb b/src/app/controllers/users
index 9896c98..0e3220f 100644
This looks good now, moving to ON_QA for verification in official build verification blocked by bug 678390 Still blocked by bug 678390 in 17th Mar build. rpm -qa |grep aeolus aeolus-conductor-0.0.3-0.fc1420110317220704git6b10449.x86_64 aeolus-conductor-daemons-0.0.3-0.fc1420110317220704git6b10449.x86_64 aeolus-conductor-doc-0.0.3-0.fc1420110317220704git6b10449.x86_64 aeolus-configure-2.0.0-4.fc1420110317200646gitbc1637e.noarch Created attachment 492902 [details]
good to go
This looks good in the 2011-04-15 AMI (ami-18fa0671)
[root@ip-10-118-26-86 ~]# rpm -qa | grep aeolus
aeolus-conductor-doc-0.0.3-6.el6.x86_64
aeolus-conductor-0.0.3-6.el6.x86_64
aeolus-conductor-daemons-0.0.3-6.el6.x86_64
aeolus-configure-2.0.0-8.el6.noarch
release pending... release pending... closing out old bugs perm close |
Description of problem: Validation messages need to be corrected. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Login to deltacloud. 2. "Provider Account" 3. Without adding any field (Access key should be blank ) , Click on "Add" 4. Error message displays : "The access key '' has already been taken." Quotes need to be removed Actual results: Expected results: Additional info: Following message also displays: There were problems with the following fields: * Label can't be blank * Username can't be blank * Account number can't be blank * X509 cert pub file can't be blank * X509 cert priv file can't be blank I guess label and Username refer to the same field "Account Name"