Bug 1061818
| Summary: | when flavor is too small the error is not clear | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Dafna Ron <dron> | ||||
| Component: | python-django-horizon | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | aortega, jpichon, mrunge, yeylon | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-18 08:34:16 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
filed upstream |
Created attachment 859746 [details] screen shot Description of problem: when I try to run an instance with a flavor which is too small the error that I get from Horizon is no available compute found the compute log shows that the issue is: FlavorDiskTooSmall The error should be fixed since no available computes is a message that requires a user to call Admin while FlavorDiskTooSmall is something they can try to fix themselves. I would also add that the flavor is X and the disk size is Y to help the user out... Version-Release number of selected component (if applicable): python-django-horizon-2014.1-0.2b2.fc21.noarch openstack-nova-api-2014.1-0.11.b2.fc21.noarch openstack-nova-compute-2014.1-0.11.b2.fc21.noarch How reproducible: 100% Steps to Reproduce: 1. create an image with a min disk size of 80G 2. try to run an instance using a small flavour. 3. Actual results: the error we get in horizon is no compute available. The nova log shows that it's actually a min disk size issue Expected results: the error is misleading and suggests that there is a problem with the compute while the problem is actually with the selection of a flavour and can be solved in user's end without involving admin. Additional info: screen shot