Comment 2 for bug 927879

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/14298
Committed: http://github.com/openstack/keystone/commit/fa98220aac1876468f595f4842edf4f682a6db1a
Submitter: Jenkins
Branch: master

commit fa98220aac1876468f595f4842edf4f682a6db1a
Author: David Ripton <email address hidden>
Date: Wed Oct 10 13:06:10 2012 -0400

    Raise if we see incorrect keyword args "condition" or "methods"

    Fixes bug 927879

    We crawl the AST of the set of modules that make routing calls, looking
    for keyword arguments called "condition" (should be "conditions") or
    "methods" (should be "method"), and raise if we see any.

    Change-Id: I32aa140967b80d83a10db898df28e41189675d77