Fix wrong verb when scheduling router to L3 agent

'POST' should be used instead of 'GET', when scheduling router to l3
agent.

Change-Id: I9053d8b489a27bad35e6dea84072d1658fdd3ed5
Closes-bug: #1328433
This commit is contained in:
lingxiankong 2014-06-10 23:31:34 +08:00
parent 2bcec83f74
commit 02bc57d40d
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ X-Auth-Token: bce63afb1e794c70972a19a7c2d6dcab</programlisting>
body.</para>
<example>
<title>Schedule router: JSON request</title>
<programlisting>GET /v2.0/agents/fa24e88e-3d2f-4fc2-b038-5fb5be294c03/l3-routers.json HTTP/1.1
<programlisting>POST /v2.0/agents/fa24e88e-3d2f-4fc2-b038-5fb5be294c03/l3-routers.json HTTP/1.1
Host: localhost:9696
User-Agent: python-neutronclient
Content-Type: application/json