mirror of https://github.com/apache/cloudstack.git
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