[api-ref] Changed the v2 parameters to lb_algorithms

The lb_method parameter has been changed to lb_algorithm in the v2
but still there were some places where the lb_method was mentioned
in the v2 version. This patch removes the lb_method and replaces
with lb_algorithm.

Change-Id: Iffac6db09a66b5c6391eca143d721293a69964c6
Closes-Bug: #1566138
This commit is contained in:
sharat.sharma 2016-04-05 12:38:43 +05:30
parent c1d608fb38
commit bf28262ab8
6 changed files with 6 additions and 6 deletions

View File

@ -4267,7 +4267,7 @@
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
required="true"
name="lb_method" style="plain" type="xsd:string">
name="lb_algorithm" style="plain" type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">

View File

@ -2,7 +2,7 @@
"pool": {
"admin_state_up": true,
"description": "simple pool",
"lb_method": "ROUND_ROBIN",
"lb_algorithm": "ROUND_ROBIN",
"name": "my-pool",
"protocol": "HTTP",
"subnet_id": "e301aed0-d9e7-498a-977c-1bbfaf14ed5d"

View File

@ -1,7 +1,7 @@
{
"pool": {
"status": "PENDING_CREATE",
"lb_method": "ROUND_ROBIN",
"lb_algorithm": "ROUND_ROBIN",
"protocol": "HTTP",
"description": "simple pool",
"health_monitors": [],

View File

@ -1,7 +1,7 @@
{
"pool": {
"status": "ACTIVE",
"lb_method": "ROUND_ROBIN",
"lb_algorithm": "ROUND_ROBIN",
"protocol": "HTTP",
"description": "",
"health_monitors": [

View File

@ -1,7 +1,7 @@
{
"pool": {
"status": "PENDING_UPDATE",
"lb_method": "ROUND_ROBIN",
"lb_algorithm": "ROUND_ROBIN",
"protocol": "HTTP",
"description": "",
"health_monitors": [

View File

@ -2,7 +2,7 @@
"pools": [
{
"status": "ACTIVE",
"lb_method": "ROUND_ROBIN",
"lb_algorithm": "ROUND_ROBIN",
"protocol": "HTTP",
"description": "",
"health_monitors": [