Need CREATE_INSTANCE_FLAVOR_SORT option in the charm

Bug #1663191 reported by Kim-Norman Sahm
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard Charm
Fix Committed
Wishlist
Unassigned
openstack-dashboard (Juju Charms Collection)
Invalid
Undecided
Unassigned

Bug Description

we need a new feature in the openstack-dashboard charm: flavor sort order
In the file /etc/openstack-dashboard/local_settings.py you can set the sort order for the images.
If you create a new instance you see the image list sorted by mem (default).

/etc/openstack-dashboard/local_settings.py
...
CREATE_INSTANCE_FLAVOR_SORT = {
   'key': 'name',
   'reverse': False,
}
...

This is the documentation: http://docs.openstack.org/developer/horizon/topics/settings.html#create-instance-flavor-sort

tags: added: horizon openstack
James Page (james-page)
Changed in openstack-dashboard (Juju Charms Collection):
status: New → Invalid
James Page (james-page)
Changed in charm-openstack-dashboard:
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (master)
Changed in charm-openstack-dashboard:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (master)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/839299
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/b00c977b5276feae8037d52a639a04729bec497a
Submitter: "Zuul (22348)"
Branch: master

commit b00c977b5276feae8037d52a639a04729bec497a
Author: jneo8 <email address hidden>
Date: Tue Apr 26 06:31:48 2022 +0000

    Add CREATE_INSTNACE_FLAVOR_SORT option

    Closes-Bug: #1663191
    Change-Id: I56a30b4b80ef2cb3ac96359a3932b53c735b5c01

Changed in charm-openstack-dashboard:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.