Fixes move of files to correct HTML directory structure

Change-Id: If67d7d0e8002652b22f8f0e4db9fc565768ca691
This commit is contained in:
Anne Gentle 2011-09-16 11:50:55 -05:00
parent 9e92238733
commit 2190509a83
2 changed files with 11 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.DS_Store?
target/

9
README.rst Normal file
View File

@ -0,0 +1,9 @@
This repository contains the RESTful API information for the OpenStack Compute project, also known as Nova. The Nova project provides open source cloud management and orchestration services.
Contributing
============
Our community welcomes all people interested in open source cloud computing, and there are no formal membership requirements. The best way to join the community is to talk with others online or at a meetup and offer contributions through Launchpad, the OpenStack wiki, or blogs. We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts.
Installing
==========
Refer to http://docs.openstack.org to learn more about installing an OpenStack Compute server that can respond to these API commands.