[Yahoo-eng-team] [Bug 2054469] [NEW] Object store file upload no progress bar

2024-02-20 Thread Alex Chan
Public bug reported: As a openstack horizon user, when I upload a file to object store, horizon does not show file upload progress bar. This matters when uploading large file since users have no idea whether it is backend issue or whether upload is in progress. ** Affects: horizon

[Yahoo-eng-team] [Bug 1993736] [NEW] nova does not log delete action when deleting shelved_offloaded instances

2022-10-20 Thread Alex Chan
Public bug reported: Description === When deleting an instance that is shelved, delete action is not added to instance action list. Steps to reproduce == $ nova shelve $ nova delete $ nova instance-action-list Expected result === delete action should show

[Yahoo-eng-team] [Bug 1416248] [NEW] 403 page displays trans template tag

2015-01-29 Thread Alex Chan
Public bug reported: When the 403 page is displayed, the trans template tag is not evaluated and instead is displayed with the HTML. Instead, this should be evaluated as part of the template and not displayed to the user. ** Affects: horizon Importance: Undecided Assignee: Alex Chan

[Yahoo-eng-team] [Bug 1412769] Re: Flavor ID changed from number to UUID4 when edited

2015-01-20 Thread Alex Chan
This is the intended behavior since Nova uses UUID for flavor IDs. When an update to a flavor occurs, the modified flavor is marked for deletion and a new flavor is created with the updated settings. Please see this commit hash: