Merge "Sync Sphinx requirement"
Zuul authored 6 years ago
Gerrit Code Review committed 6 years ago
| 0 | 0 |
If you would like to contribute to the development of OpenStack, you must
|
| 1 | 1 |
follow the steps in this page:
|
| 2 | 2 |
|
| 3 | |
http://docs.openstack.org/infra/manual/developers.html
|
|
3 |
https://docs.openstack.org/infra/manual/developers.html
|
| 4 | 4 |
|
| 5 | 5 |
If you already have a good understanding of how the system works and your
|
| 6 | 6 |
OpenStack accounts are set up, you can skip to the development workflow
|
| 7 | 7 |
section of this documentation to learn how changes to OpenStack should be
|
| 8 | 8 |
submitted for review via the Gerrit tool:
|
| 9 | 9 |
|
| 10 | |
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
10 |
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
| 11 | 11 |
|
| 12 | 12 |
Pull requests submitted through GitHub will be ignored.
|
| 13 | 13 |
|
| 0 | 0 |
Openstack Style Commandments
|
| 1 | |
|
| 2 | |
===============================================
|
|
1 |
============================
|
| 3 | 2 |
|
| 4 | 3 |
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
| 0 | |
===============================================
|
|
0 |
==============================
|
| 1 | 1 |
Tempest Integration for Cinder
|
| 2 | |
===============================================
|
|
2 |
==============================
|
| 3 | 3 |
|
| 4 | 4 |
This directory contains additional Cinder tempest tests.
|
| 5 | 5 |
|
| 5 | 5 |
|
| 6 | 6 |
coverage!=4.4,>=4.0 # Apache-2.0
|
| 7 | 7 |
python-subunit>=1.0.0 # Apache-2.0/BSD
|
| 8 | |
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
8 |
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
|
|
9 |
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
|
| 9 | 10 |
oslotest>=3.2.0 # Apache-2.0
|
| 10 | 11 |
testrepository>=0.0.18 # Apache-2.0/BSD
|
| 11 | 12 |
testtools>=2.2.0 # MIT
|