mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
Bug #4515: Force cache flush in topology refresh
This commit is contained in:
parent
1e5a7126d0
commit
5920bfff07
@ -107,11 +107,13 @@ define(function(require) {
|
||||
|
||||
OpenNebula.VirtualRouter.list({
|
||||
error: Notifier.onError,
|
||||
force: true,
|
||||
success: function(request, item_list) {
|
||||
_vrList = item_list;
|
||||
|
||||
OpenNebula.Network.list({
|
||||
timeout: true,
|
||||
force: true,
|
||||
success: function (request, item_list) {
|
||||
|
||||
// TODO: naive way to request all the individual networks info. It might
|
||||
|
Loading…
x
Reference in New Issue
Block a user