From 162712a41111a110cb53c04c42929b0d960020e9 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Fri, 9 Oct 2015 20:28:25 +0900 Subject: [PATCH] Add v2 to method id for separating LBaaS v1/v2 method URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit separate Method URL for v1/v2 by adding v2 in method.  for v1  http://developer.openstack.org/api-ref-networking-v2-ext.html#createPool for v2 (changed) http://developer.openstack.org/api-ref-networking-v2-ext.html#createPoolv2 Closes-Bug: #1504511 Change-Id: I4e347be2de662718be18465d0843dcf78ae09407 --- .../netconn-api/src/os-lbaasv2.0-ext.wadl | 98 +++++++++---------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/api-ref/src/wadls/netconn-api/src/os-lbaasv2.0-ext.wadl b/api-ref/src/wadls/netconn-api/src/os-lbaasv2.0-ext.wadl index ee8963d43..806f8dc56 100644 --- a/api-ref/src/wadls/netconn-api/src/os-lbaasv2.0-ext.wadl +++ b/api-ref/src/wadls/netconn-api/src/os-lbaasv2.0-ext.wadl @@ -24,48 +24,48 @@ - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + @@ -75,7 +75,7 @@ - + Lists load balancers. @@ -105,7 +105,7 @@ &lbLoadbalancersParam; &lbLoadbalancerParam; &lbResponseParams; &fault401; &fault500; &fault503; - + Shows details for a specified load @@ -184,7 +184,7 @@ &lbLoadbalancerParam; &lbResponseParams; &fault401; &fault403; &fault404; &fault409; &fault413; &fault500; &fault503; - + Creates a load balancer. @@ -289,7 +289,7 @@ &lbLoadbalancerParam; &lbResponseParams; &fault401; &fault404; &fault409; &fault413; &fault500; &fault503; - + Updates a specified load balancer. @@ -331,7 +331,7 @@ &lbResponseParams; &fault400; &fault401; &fault413; &fault500; &fault503; - + Removes a specified load balancer. @@ -344,7 +344,7 @@ &fault400; &fault401; &fault413; &fault500; &fault503; - + Creates a listener. @@ -472,7 +472,7 @@ &fault401; &fault404; &fault409; &fault413; &fault500; &fault503; - + Lists listeners. @@ -506,7 +506,7 @@ &fault401; &fault500; &fault503; - + Shows details for a specified listener. @@ -543,7 +543,7 @@ &fault401; &fault403; &fault404; &fault409; &fault413; &fault500; &fault503; - + Updates a specified listener. @@ -591,7 +591,7 @@ &fault500; &fault503; &fault401; &fault400;&fault413; - + Removes a specified listener. @@ -609,7 +609,7 @@ &fault400; &fault401; &fault409; &fault413; &fault500; &fault503; - + Creates a pool. @@ -707,7 +707,7 @@ &poolcreateResponseParams; &fault401; &fault404; &fault409; &fault413; &fault500; &fault503; - + Lists pools. @@ -740,7 +740,7 @@ &poolResponseParams; &fault401; &fault500; &fault503; - + Shows details for a specified pool. @@ -777,7 +777,7 @@ &poolResponseParams; &fault401; &fault403; &fault404; &fault409; &fault413; &fault500; &fault503; - + Updates a specified pool. @@ -823,7 +823,7 @@ &poolResponseParams; &fault400; &fault401; &fault413; &fault500; &fault503; - + Removes a specified pool. @@ -840,7 +840,7 @@ &fault400; &fault401; &fault409; &fault413; &fault500; &fault503; - + Adds a member to a pool. @@ -916,7 +916,7 @@ &membercreateResponseParams; &fault401; &fault404; &fault409; &fault413; &fault500; &fault503; - + Lists members of a specified pool. @@ -947,7 +947,7 @@ &memberResponseParams; &fault401; &fault503; &fault500; - + Shows details for a specified pool member. @@ -981,7 +981,7 @@ &memberResponseParams; &fault401; &fault403; &fault404;&fault409;&fault413;&fault500;&fault503; - + Updates a specified member of a pool. @@ -1023,7 +1023,7 @@ &memberResponseParams; &fault400; &fault401; &fault413; &fault500; &fault503; - + Removes a member from a pool. @@ -1040,7 +1040,7 @@ &fault400; &fault401; &fault409; &fault413; &fault500; &fault503; - + Creates a health monitor. @@ -1130,7 +1130,7 @@ &hmResponseParams; &fault401; &fault500; &fault503; - + Shows details for a specified health monitor. @@ -1168,7 +1168,7 @@ &hmResponseParams; &fault401; &fault403; &fault404; &fault409; &fault413; &fault500; &fault503; - + Updates a specified health monitor. @@ -1209,7 +1209,7 @@ &hmResponseParams; &fault400; &fault401; &fault413; &fault500; &fault503; - + Removes a specified health monitor.