← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1531985] Re: neutron lbaas octavia driver sends project_id on PUTs

 

Reviewed:  https://review.openstack.org/264956
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=6d44f59c33ca0fc3b0b847e7e6f42f59ae6c1e82
Submitter: Jenkins
Branch:    master

commit 6d44f59c33ca0fc3b0b847e7e6f42f59ae6c1e82
Author: Brandon Logan <brandon.logan@xxxxxxxxxxxxx>
Date:   Thu Jan 7 14:23:02 2016 -0600

    Do not send project_id to Octavia API on PUTs
    
    The octavia driver was sending project_id to the Octavia API on PUTs.  Since
    the Octavia API does not accept project_id on PUTs, it fails.  The solution is
    to just send project_id on POSTs and not PUTs.
    
    Closes-Bug: #1531985
    Change-Id: Ia9aad2b565d1f40f4e6041dac7565e36331b031a


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  neutron lbaas octavia driver sends project_id on PUTs

Status in neutron:
  Fix Released

Bug description:
  project_id is immutable for PUTs to the Octavia API for all entities.
  However, the neutron-lbaas Octavia driver sends project_id on PUTs so
  it fails.  project_id should only be sent on POSTs to Octavia.

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


References