From 2190509a83bc8db5e35121f675c462a662f4a665 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Fri, 16 Sep 2011 11:50:55 -0500 Subject: [PATCH] Fixes move of files to correct HTML directory structure Change-Id: If67d7d0e8002652b22f8f0e4db9fc565768ca691 --- .gitignore | 2 ++ README.rst | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.rst diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33f51ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store? +target/ diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..755cb35 --- /dev/null +++ b/README.rst @@ -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. \ No newline at end of file