Comment 2 for bug 1180393

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

Reviewed: https://review.openstack.org/29241
Committed: http://github.com/openstack/python-novaclient/commit/c9fc9b5b8ff12218e26a71e0660f774bb3546eb3
Submitter: Jenkins
Branch: master

commit c9fc9b5b8ff12218e26a71e0660f774bb3546eb3
Author: Alessio Ababilov <email address hidden>
Date: Wed May 15 16:45:01 2013 +0300

    Make ManagerWithFind abstract and fix its descendants

    ManagerWithFind requires list() method in its descendants.
    Make it abstract and fix its improper descendants that do
    not implement list() (SecurityGroupRuleManager and many others).

    Fixes: bug #1180393
    Change-Id: Ic8b466a57554018092c31c6d6b3ea62f181d7000