From 61f638d621eef865c830259ca46b4eef289e1f1e Mon Sep 17 00:00:00 2001
From: Steve Martinelli
Date: Wed, 4 Mar 2015 16:44:12 -0500
Subject: [PATCH] Add a link for keystone middleware
Change-Id: I478c596795430a4d74157af7d1950912adbebc9b
---
www/developer/openstack-projects.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/www/developer/openstack-projects.html b/www/developer/openstack-projects.html
index 0d22f9595f..fd49c6a125 100644
--- a/www/developer/openstack-projects.html
+++ b/www/developer/openstack-projects.html
@@ -96,7 +96,11 @@
A collection of Python deprecation patterns and strategies that help you
collect your technical debt in a non-destructive manner.
-
+
+ keystonemiddleware
+
+ Middleware provided for integrating with the OpenStack Identity API.
+
oslo.concurrency
External process management and task synchronization.