Bug #1824
When creating instance on Openstack flavor are sorted by alphabetical name instead of size
| Status: | Feedback | Start: | 08/14/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | compute resources | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
When I create a new instance on Openstack, I should get a dropdown menu with
flavor sorted by size instead of alphabetical order.
In foreman I have in order : medium / large / tiny /xlarge / small
In OpenStack I have in order : tiny / small / medium / large / xlarge
History
Updated by Sam Kottler 10 months ago
- Status changed from New to Feedback
This is a feature, not necessarily a bug. Basically, the values are set to be sorted alphabetically. I am looking now to see if it's possible to just not handle the sorting and then have OpenStack take over from there; if that works I will submit a PR.
