← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1064727] Re: remove_router_interface returns string "null"

 

Corresponding patch is abandoned.

** Changed in: quantum
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1064727

Title:
  remove_router_interface returns string "null"

Status in OpenStack Quantum (virtual network service):
  Invalid

Bug description:
  I think current return code 200 is bad. It should be 204.

  ---
  $ curl -v -H "X-Auth-Token: cb87d1c1c34c4d729b96d286fbfa112a" -X PUT -d '{"subnet_id": "7bc542d7-3455-4bc6-b47c-a9c46d9216b8"}' http://172.17.190.3:9696/v2.0/routers/e70d488a-8e6a-498c-94b3-80df8842a144/remove_router_interface
  * About to connect() to 172.17.190.3 port 9696 (#0)
  *   Trying 172.17.190.3... connected
  > PUT /v2.0/routers/e70d488a-8e6a-498c-94b3-80df8842a144/remove_router_interface HTTP/1.1
  > User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
  > Host: 172.17.190.3:9696
  > Accept: */*
  > X-Auth-Token: cb87d1c1c34c4d729b96d286fbfa112a
  > Content-Length: 53
  > Content-Type: application/x-www-form-urlencoded
  > 
  * upload completely sent off: 53out of 53 bytes
  < HTTP/1.1 200 OK
  < Content-Type: application/json
  < Content-Length: 4
  < Date: Tue, 09 Oct 2012 22:22:39 GMT
  < 
  * Connection #0 to host 172.17.190.3 left intact
  * Closing connection #0
  null
  ---

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1064727/+subscriptions