← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1537929] Re: Pecan: controller lookup for resources with dashes fails

 

Reviewed:  https://review.openstack.org/272313
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7c24fa111e0ea0b656858c7f54e55a1eac5fc2d3
Submitter: Jenkins
Branch:    master

commit 7c24fa111e0ea0b656858c7f54e55a1eac5fc2d3
Author: Salvatore Orlando <salv.orlando@xxxxxxxxx>
Date:   Mon Jan 25 15:01:34 2016 -0800

    Pecan: wrap PUT response with resource name
    
    For no peculiar reason other than that's the way the API is
    supposed to work.
    
    Change-Id: Ifd6f8b492dfc86c069a4f33931235c7f3d8e7c2e
    Closes-Bug: #1537929


** 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/1537929

Title:
  Pecan: controller lookup for resources with dashes fails

Status in neutron:
  Fix Released

Bug description:
  The controller lookup process is unable to route the request to any resource with a dash in it.
  This happens because the controllers are stored according to their resource name, where dashes are replaced by underscores, and the pecan lookup process, quite dumbly, does not perform this simple conversion.

  The author of the code in question should consider an alternative
  career path far away from programming and engineering in general.

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


References