summaryrefslogtreecommitdiffstats
path: root/README
blob: bfabbe48a66b9ad8aa58c39a53baf69ded5b0dd6 (plain)
1
2
3
4
5
6
7
8
9
10
This is the OpenStack Skeleton project. It serves two main purposes:

* As a template for new projects wanting to join the OpenStack project
* As a proving ground for determining best practices and common code
  for all OpenStack projects

The skeleton project is designed to show a recommended set of modules
for creating a simple WSGI server, with a versioned API, clean separation
of modules, a standard way of structuring both unit and functional tests,
configuration files, and documentation.