RETIRED, Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library.
Go to file
Doug Hellmann 3912f9ec31 fix the clone script for the updated gerrit
gerrit now includes All-Users as one of the projects in the ls-projects
output, but that doesn't seem to be a real project so filter only on
things that actually have "openstack" at the start of the name.

Change-Id: I1c1281a5e502dd40f770c7d6ce4b06604c680137
2015-12-23 19:08:02 +00:00
dashboards Add dashboard for the documentation sprint 2015-09-24 21:02:36 +00:00
doc/source Add svg files for team mascot 2015-05-06 14:06:36 -04:00
pypi Expand © and remove unnecessary encoding lines 2014-06-15 17:59:11 +02:00
tools fix the clone script for the updated gerrit 2015-12-23 19:08:02 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:42:19 +00:00
.gitignore Delete graduated db files 2014-09-22 09:02:42 -04:00
.gitreview Correcting openstack-common mv to oslo-incubator. 2012-11-11 23:44:12 +00:00
.mailmap Add mailmap entry 2014-05-07 12:12:00 -07:00
.testr.conf Delete graduated db files 2014-09-22 09:02:42 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst Update URL for global HACKING document 2013-11-11 10:36:08 -08:00
LICENSE Incorporating MIT licensed code 2013-12-02 11:57:19 +00:00
README.rst Follow up for clean up oslo-incubator code 2015-12-16 11:31:54 +08:00
setup.cfg remove python 2.6 trove classifier 2015-12-23 01:31:13 +00:00
setup.py Updated from global requirements 2015-09-17 12:15:50 +00:00
tox.ini Follow up for clean up oslo-incubator code 2015-12-16 11:31:54 +08:00

The Oslo Incubator

The Oslo program produces a set of python libraries containing infrastructure code shared by OpenStack projects. The APIs provided by these libraries should be high quality, stable, consistent and generally useful.

The process of developing a new Oslo API usually begins by taking code which is common to some OpenStack projects and moving it into this repository. Incubation shouldn't be seen as a long term option for any API - it is merely a stepping stone to inclusion into a published Oslo library.

For more information, see our wiki page:

https://wiki.openstack.org/wiki/Oslo