mirror of
https://github.com/apache/cloudstack
synced 2026-08-11 00:24:24 +00:00
bug 12254: Disable source algorithm (for now)
status 12254: resolved fixed
This commit is contained in:
parent
9fe2314848
commit
8314fffa79
@ -1161,8 +1161,7 @@
|
||||
args.response.success({
|
||||
data: [
|
||||
{ name: 'roundrobin', description: 'Round-robin' },
|
||||
{ name: 'leastconn', description: 'Least connections' },
|
||||
{ name: 'source', description: 'Source' }
|
||||
{ name: 'leastconn', description: 'Least connections' }
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user