Reviewed: https://review.openstack.org/366498 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=73f867514864954cca49e957e15011ab8b6e90aa Submitter: Jenkins Branch: master
commit 73f867514864954cca49e957e15011ab8b6e90aa Author: MinSun <mi...@cisco.com> Date: Wed Sep 7 13:14:42 2016 +0800 Support to delete instance from network topology view When try to delete an instance in network topology view, horizon would try to load project/instance table in background, then do the delete row action to the instance. But the project instance table was paginated, it only load the first page instances. The delete action would not work if you try to delete an instance that are not in the first page. The patch try to fix the bug. Change-Id: I317bd1ee418d19c075ae3ac8d39563a0514b1795 Closes-Bug: #1597677 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1597677 Title: Failed to delete server from network topology view Status in OpenStack Dashboard (Horizon): Fix Released 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. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1597677/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp