corrects api l3 agent api error

URI for remove router from L3 agent had error. This corrects it

Change-Id: I1bf3515d67db3c032b71f7f1c7a0dd5186521722
Closes-Bug: #1354001
This commit is contained in:
phil-hopkins-a 2014-08-07 13:23:39 -05:00
parent 7779112d0e
commit 3302e05316

View File

@ -497,7 +497,7 @@ Content-Length: 54
<tbody>
<tr>
<td>&DELETE;</td>
<td>/agents/<parameter>agent_id</parameter>/l3-routers/<parameter>network_id</parameter></td>
<td>/agents/<parameter>agent_id</parameter>/l3-routers/<parameter>router_id</parameter></td>
<td>Removes the router from that the specified
L3 agent.</td>
</tr>