Personal tools
Skip to content. | Skip to navigation
OsServiceTypes is a Python library for consuming OpenStack sevice-types-authority data The OpenStack Service Types Authority contains information about official OpenStack services and their historical service-type aliases. The data is in JSON and the latest data should always be used. This simple library exists to allow for easy consumption of the data, along with a built-in version of the data to use in case network access is for some reason not possible and local caching of the fetched data.
ostestr is a testr wrapper that uses subunit-trace for output and builds some helpful extra functionality around testr.
OS-traits A library containing standardized trait strings. Traits are strings that represent a feature of some resource provider. This library contains the catalog of constants that have been standardized in the OpenStack community to refer to a particular hardware, virtualization, storage, network, or device trait.
A library for plugging and unplugging virtual interfaces in OpenStack.
A library for plugging and unplugging virtual interfaces in OpenStack. This package contains the library test files.
This library contains Windows / Hyper-V code commonly used in the OpenStack projects: nova, cinder, networking-hyperv. The library can be used in any other OpenStack projects where it is needed.
XenAPI library for OpenStack projects.
XenAPI library for OpenStack projects. This package contains the XenAPI library test files.
oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.
Tests for the OpenStack Oslo Cache library