Merge "[api-ref] Changed the v2 parameters to lb_algorithms"

This commit is contained in:
Jenkins 2016-04-06 02:48:29 +00:00 committed by Gerrit Code Review
commit 2732051c92
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": [