Fix a wrong response code in Neutron API Reference
Fix the response code for "create floating ip" in Neutron API Reference from 200 to 201. Change-Id: I35ef516a387f22e87787086e16653509e0794895 Closes-Bug: #1408587
This commit is contained in:
parent
5d3caf0955
commit
8c1b709335
@ -491,7 +491,7 @@ Accept: application/json</programlisting>
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</request>
|
||||
<response status="200"> &floating-ipParameter;
|
||||
<response status="201"> &floating-ipParameter;
|
||||
&tenant-idParameter; &floating-network-idParameter;
|
||||
&fixed-ip-addressParameter; &floating-ip-addressParameter;
|
||||
&port-idParameter; &idParameter; <representation
|
||||
|
Loading…
x
Reference in New Issue
Block a user