diff --git a/www/developer/openstack-projects.html b/www/developer/openstack-projects.html index f08409c744..fe7ac188db 100644 --- a/www/developer/openstack-projects.html +++ b/www/developer/openstack-projects.html @@ -104,6 +104,13 @@
+
+ + oslo.concurrency + + — Provides support for managing external processes and + task synchronization. +
oslo.config @@ -128,6 +135,38 @@ — Provides inter-process communication.
+
+ + oslo.log + + — A logging configuration library. +
+
+ + oslo.middleware + + — A collection of WSGI middleware for web service development. +
+
+ + oslo.serialization + + — Provides serialization functionality with special handling + for some common types. +
+
+ + oslo.utils + + — Provides library of various common low-level utility modules. +
+
+ + oslo.vmware + + — Provides common functionality required by VMware drivers in + several projects. +
oslotest