Personal tools
Skip to content. | Skip to navigation
The Oslo project intends to produce a python library containing infrastructure code shared by OpenStack projects. The APIs provided by the project should be high quality, stable, consistent and generally useful. The oslo-config library is a command line and configuration file parsing library from the Oslo project.
The OpenStack Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.
The OpenStack Oslo database handling library. Provides database connectivity to the different backends and helper utils.
The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library.