mirror of https://github.com/apache/cloudstack.git
Re-enable source algorithm
This commit is contained in:
parent
8314fffa79
commit
2ac0e00403
|
|
@ -1161,7 +1161,8 @@
|
|||
args.response.success({
|
||||
data: [
|
||||
{ name: 'roundrobin', description: 'Round-robin' },
|
||||
{ name: 'leastconn', description: 'Least connections' }
|
||||
{ name: 'leastconn', description: 'Least connections' },
|
||||
{ name: 'source', description: 'Source' }
|
||||
]
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue