Failed to delete server from network topology view
Bug #1597677 reported by
Min Sun
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
High
|
Min Sun |
Bug Description
When I try to terminate(delete) an instance in the network topology view, it seems do nothing at all.
As check with the code, when click "terminate/delete" button, it will try to load project/instance table in background, then do the delete row action of the sever. But, the project instance table was paginated. And if you try to terminate/delete an instance that are not in first page of project/instance table, the terminate/delete action would take no action at all.
Changed in horizon: | |
milestone: | none → ocata-rc1 |
importance: | Undecided → High |
To post a comment you must log in.
I try to override the get_data method of instance table without pagination. But if we got lots of instance, it really slow to load all instances.