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:
parent
2bcec83f74
commit
02bc57d40d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user