Add router id in URI of Neutron Remove interface from router API

/v2.0/routers/remove_router_interface ->
/v2.0/routers/{router_id}/remove_router_interface

Change-Id: I95b2064d385a93c8e46cf6e3f21ca141a4634a30
Closes-Bug: #1358171
This commit is contained in:
Tomoko Inoue 2015-01-10 23:11:45 +09:00
parent bd97500d00
commit 8e7ba007a0

View File

@ -43,10 +43,10 @@
path="add_router_interface">
<method href="#addRouterInterface"/>
</resource>
</resource>
<resource id="remove_router_interface"
path="remove_router_interface">
<method href="#removeRouterInterface"/>
<resource id="remove_router_interface"
path="remove_router_interface">
<method href="#removeRouterInterface"/>
</resource>
</resource>
</resource>
<resource id="FloatingIps" type="#FloatingIpList"