Validation of fixed hardware profile properties doesn't work
------------------------------------------------------------

                 Key: DTACLOUD-92
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-92
             Project: DeltaCloud
          Issue Type: Bug
          Components: Server
         Environment: deltacloud-core r1181084
            Reporter: Michal Fojtik
            Assignee: Michal Fojtik


Currently we cannot validate fixed values because of UI limitation. 
In UI we have multiple hwp_* properties which overide each other. When provider 
have one 'static' hardware profile and one 'customizable' when user select the 
static one the UI also send values from the customizable one (which will lead 
to a validation error because validation algorith will think that client want 
to overide fixed values.

How to reproduce:

1. Use mock driver
2. Go to launch new instance page
3. Choose m1-large profile
4. Enter '8678' as memory value
5. Now go to m1-xlarge profile (don't select it)
6. Enter '13926' to the memory field
7. Launch instance

Actual Result:

Instance will have 13926 MB of memory instead of 8678 (or throw an validation 
error (depends on version you're using))

Possible solution:

Use Javascript to remove/insert content into nested form fields. In this way 
the field will not override each other.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to