On Tue, Jul 8, 2014 at 4:50 PM, John Dewey <john at dewey.ws> wrote: > I am looking to add health check middleware [1] into Keystone, and > eventually other API endpoints. I understand it makes sense to move this > into oslo, so other projects can utilize it in their pate pipelines. My > question is where in oslo should this go? > > Thanks - > John > > [1] https://review.openstack.org/#/c/105311/ If you put it in openstack/common/middleware/ in the oslo-incubator repository, it will be easy to share among projects until the API/implementation stabilize and then we can find a home for it in a library. Do you have a spec describing what the middleware does? Doug > > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >