The place to propose OpenStack-wide ideas for change
Go to file
Dmitriy Rabotyagov 651d8107e9 Add link to the repository itself
For new people coming to this page may be not really clear about what
exact repository we're talking about. Here we add link to opendev ideas
repository and git clone command to be more specific.

Change-Id: I2fa57a11677708ae156fb8a1b41af4201d27ab63
2020-03-03 08:57:52 +02:00
doc/source Add link to the repository itself 2020-03-03 08:57:52 +02:00
.gitignore Initial commit 2020-01-07 16:48:56 +01:00
.gitreview Add gitreview 2020-01-08 10:16:57 +01:00
.zuul.yaml Adding first jobs for ideas repo 2020-02-06 17:53:04 +01:00
README.rst Add how to render the website in README 2020-01-07 17:00:26 +01:00
ideas Initial commit 2020-01-07 16:48:56 +01:00
requirements.txt Initial commit 2020-01-07 16:48:56 +01:00
setup.cfg Small cleanups 2020-02-22 17:33:59 +01:00
setup.py Initial commit 2020-01-07 16:48:56 +01:00
test-requirements.txt Initial commit 2020-01-07 16:48:56 +01:00
tox.ini Small cleanups 2020-02-22 17:33:59 +01:00

README.rst

This repository contains the base documents for the ideas.openstack.org website. This website is the ground of any new idea for OpenStack, crazy or not.

While ideas can be spread on the Mailing Lists, this repository is a way to iterate on the ideas while keeping their history in an easier location than the mailing lists. Proposal should still be exposed and/or discussed on the mailing lists (or other media) for transparency.

Please read doc/source/index.rst for further details.

You can render this sphinx website by running tox -e docs, which will build the html pages in doc/build/.