← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1753384] [NEW] The old QoS policy ID is returned when updating the QoS policy ID, when the revision plugin is enabled

 

Public bug reported:

The log:
[stack@devstack-controller ~]$ curl -g -i -X PUT http://localhost:9696/v2.0/floatingips/eaaeb698-7e37-4c81-860f-edf522922e24  -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: $OS_TOKEN" -d '{"floatingip": {"qos_policy_id": null}}'
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 529
X-Openstack-Request-Id: req-87dc9041-8bb8-49ef-b808-5454a83a564e
Date: Mon, 05 Mar 2018 07:27:34 GMT

{"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "66acf7c4da124ba39c0acae5b0701c29", "created_at": "2018-02-19T13:42:50Z", "updated_at": "2018-03-05T07:27:34Z", "floating_network_id": "9e8e1281-a173-4f3a-82ec-4eb423bd8299", "fixed_ip_address": null, "floating_ip_address": "172.24.4.10", "revision_number": 33, "project_id": "66acf7c4da124ba39c0acae5b0701c29", "port_id": null, "id": "eaaeb698-7e37-4c81-860f-edf522922e24", "qos_policy_id": "d8a93a5b-a14e-47d7-b139-3eb43a6f5b42"}}[stack@devstack-controller ~]$ 
[stack@devstack-controller ~]$

** Affects: neutron
     Importance: Undecided
     Assignee: Guoshuai Li (liguoshuai1990)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Guoshuai Li (liguoshuai1990)

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

Title:
  The old QoS policy ID is returned when updating the QoS policy ID,
  when the revision plugin is enabled

Status in neutron:
  New

Bug description:
  The log:
  [stack@devstack-controller ~]$ curl -g -i -X PUT http://localhost:9696/v2.0/floatingips/eaaeb698-7e37-4c81-860f-edf522922e24  -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: $OS_TOKEN" -d '{"floatingip": {"qos_policy_id": null}}'
  HTTP/1.1 200 OK
  Content-Type: application/json
  Content-Length: 529
  X-Openstack-Request-Id: req-87dc9041-8bb8-49ef-b808-5454a83a564e
  Date: Mon, 05 Mar 2018 07:27:34 GMT

  {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "66acf7c4da124ba39c0acae5b0701c29", "created_at": "2018-02-19T13:42:50Z", "updated_at": "2018-03-05T07:27:34Z", "floating_network_id": "9e8e1281-a173-4f3a-82ec-4eb423bd8299", "fixed_ip_address": null, "floating_ip_address": "172.24.4.10", "revision_number": 33, "project_id": "66acf7c4da124ba39c0acae5b0701c29", "port_id": null, "id": "eaaeb698-7e37-4c81-860f-edf522922e24", "qos_policy_id": "d8a93a5b-a14e-47d7-b139-3eb43a6f5b42"}}[stack@devstack-controller ~]$ 
  [stack@devstack-controller ~]$

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


Follow ups