Need to drop "Flavor Edit" step in "Modify Access" form

Bug #1766053 reported by Akihiro Motoki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
High
Akihiro Motoki

Bug Description

"Edit Flavor" feature was dropped in Rocky-1, but the edit flavor feature still exists in "Flavor Edit" step in "Modify Access" workflow.

- Go to Admin -> Flavors
- Open "Modify Access" action (for private flavors)
- You can find "Flavor Information" step in the opened form

UpdateFlavor.handle() in openstack_dashboard/dashboards/admin/flavors/workflows.py tries to re-create (delete and create) a corresponding flavor. This behavior should be dropped as "Edit Flavor" removal.

Note that private flavors (with is_public False) is needed to open this form.

Akihiro Motoki (amotoki)
Changed in horizon:
assignee: nobody → Akihiro Motoki (amotoki)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/563586

Changed in horizon:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/563586
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=70b9d258bd647d2829d5e58bbee4cda01f3da183
Submitter: Zuul
Branch: master

commit 70b9d258bd647d2829d5e58bbee4cda01f3da183
Author: Akihiro Motoki <email address hidden>
Date: Sun Apr 22 18:55:52 2018 +0900

    Drop Flavor Edit completely

    After dropping the flavor edit feature was dropped in Rocky-1,
    we still allow to edit flavor in the "Modify Access" form.
    This commit drops the remaining flavor edit forms.

    Duplicated API calls (flavor_get and flavor_access_list)
    in the UpdateFlavorAccess form are refactored into one API
    call per request.

    Change-Id: I009fe285d2263fd9b9f07ed1c3f4c96df261b535
    Closes-Bug: #1766053

Changed in horizon:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/horizon 14.0.0.0b2

This issue was fixed in the openstack/horizon 14.0.0.0b2 development milestone.

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.