Comment 6 for bug 1217998

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

Reviewed: https://review.openstack.org/47218
Committed: http://github.com/openstack/neutron/commit/3e1116eb0f1d94530707cd6ef4b37f17e9a13918
Submitter: Jenkins
Branch: master

commit 3e1116eb0f1d94530707cd6ef4b37f17e9a13918
Author: ZhiQiang Fan <email address hidden>
Date: Thu Sep 19 01:53:44 2013 +0800

    Ensure router exists when auto_schedule_routers

    Currently, the auto_schedule_routers() accepts parameter router_ids,
    which may contain invalid router ids, since we've already filtered
    them via plugin.get_routers(), we can directly use that safe object.

    Closes-Bug: #1217998
    Closes-Bug: #1210877

    Change-Id: I6196f16cca65fee4e848173d0a0a10fde967195d