Rename README to README.rst

README.rst seems to be more standard accross OpenStack
modules. Also add it to the manifest. Fix a typo
in the manifest.

Fixes: LP Bug #1186518

Change-Id: Ib04f44a1186d3793f5fca39c0c29d74a78a52faf
This commit is contained in:
Dirk Mueller 2013-05-31 12:00:26 +02:00
parent 64a94e54c1
commit 138ec418f8
3 changed files with 30 additions and 3 deletions

View File

@ -1,9 +1,11 @@
include AUTHORS
include README.rst
include ChangeLog
include LICENSE
include quantum/db/migration/README
include quantum/db/migration/alembic.ini
include quantum/db/migration/alembic/script.py.mako
include quantum/db/migration/alembic/versions/README
include quantum/db/migration/alembic_migrations/script.py.mako
include quantum/db/migration/alembic_migrations/versions/README
recursive-include quantum/locale *
exclude .gitignore

25
README.rst Normal file
View File

@ -0,0 +1,25 @@
# -- Welcome!
You have come across a cloud computing network fabric controller. It has
identified itself as "Quantum." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Quantum is: http://launchpad.net/quantum . Use this
site for asking for help, and filing bugs. Code is available on github at
<http://github.com/openstack/quantum>.
The latest and most in-depth documentation on how to use Quantum is
available at: <http://docs.openstack.org>. This includes:
Quantum Administrator Guide
http://docs.openstack.org/trunk/openstack-network/admin/content/
Quantum API Reference:
http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at:
http://wiki.openstack.org/QuantumDevelopment
For help using or hacking on Quantum, you can send mail to
<mailto:openstack-dev@lists.openstack.org>.

View File

@ -3,7 +3,7 @@ name = quantum
version = 2013.2
summary = OpenStack Networking
description-file =
README
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/