From f53f2c8f2e4144d729349240b608f74deba0e18b Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 20 Nov 2011 18:54:08 -0500 Subject: Converted README to RST format. Converted the README to reStructuredText so that it will be automatically formatted when viewed on github. Removed reference to nova-pep8 Jenkins job since it doesn't seem to exist anymore. Change-Id: Id56ae53753e43852dcb9126bb989f9c0a8f223da --- README | 24 ------------------------ README.rst | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 README create mode 100644 README.rst diff --git a/README b/README deleted file mode 100644 index 5619bc7dc..000000000 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -The Choose Your Own Adventure README for Nova: - - You have come across a cloud computing fabric controller. It has identified - itself as "Nova." It is apparent that it maintains compatibility with - the popular Amazon EC2 and S3 APIs. - -To monitor it from a distance: follow @openstack on twitter - -To tame it for use in your own cloud: read http://docs.openstack.org - -To study its anatomy: read http://nova.openstack.org - -To dissect it in detail: visit http://github.com/openstack/nova - -To taunt it with its weaknesses: use http://bugs.launchpad.net/nova - -To watch it: http://jenkins.openstack.org - -To hack at it: read HACKING - -To laugh at its PEP8 problems: http://jenkins.openstack.org/job/nova-pep8/ - -To cry over its pylint problems: http://jenkins.openstack.org/job/nova-pylint/violations - diff --git a/README.rst b/README.rst new file mode 100644 index 000000000..7fc0220b6 --- /dev/null +++ b/README.rst @@ -0,0 +1,22 @@ +The Choose Your Own Adventure README for Nova +============================================= + +You have come across a cloud computing fabric controller. It has identified +itself as "Nova." It is apparent that it maintains compatibility with +the popular Amazon EC2 and S3 APIs. + +To monitor it from a distance: follow `@openstack `_ on twitter. + +To tame it for use in your own cloud: read http://docs.openstack.org + +To study its anatomy: read http://nova.openstack.org + +To dissect it in detail: visit http://github.com/openstack/nova + +To taunt it with its weaknesses: use http://bugs.launchpad.net/nova + +To watch it: http://jenkins.openstack.org + +To hack at it: read HACKING + +To cry over its pylint problems: http://jenkins.openstack.org/job/nova-pylint/violations -- cgit