Comment 1 for bug 1440204

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

Reviewed: https://review.openstack.org/170618
Committed: https://git.openstack.org/cgit/stackforge/networking-cisco/commit/?id=fb358665bf6ece6b913c0e2dab4ca2dae7c158e8
Submitter: Jenkins
Branch: master

commit fb358665bf6ece6b913c0e2dab4ca2dae7c158e8
Author: Shiva Prasad Rao <email address hidden>
Date: Fri Apr 3 15:15:56 2015 -0700

    PolicyProfileNotFound exception not being raised

    A check is added to raise the PolicyProfileNotFound exception.
    This is needed after the filter .one() was replaced with .first()
    which does not raise the exception and returns a None if policy
    profile is not found

    Change-Id: I3f05552f0444247b043cb86d4762a0856bdab281
    Closes-Bug: 1440204