Comment 4 for bug 1516469

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

Reviewed: https://review.openstack.org/255070
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2a10954b5e2573bd827bade5a7fd9435da3ad1f7
Submitter: Jenkins
Branch: master

commit 2a10954b5e2573bd827bade5a7fd9435da3ad1f7
Author: Dave Chen <email address hidden>
Date: Wed Dec 9 12:59:37 2015 +0800

    refactor: move the common code to manager layer

    There are some methods (`_get_endpoint_groups_for_project` and
    `_get_endpoints_filtered_by_endpoint_group`) needed both by catalog
    controller and manager, move those methods into manager so that
    controller can call these methods directly from manager.

    Change-Id: I3a82c606d62bc2ad54f7454cd6ee4dbce0b88219
    Related-Bug: #1516469