a7cd611c78
This change aligns the Mistral documents folder structure to the one specified for Pike [1]. Documents were move to thir appropriate folder, but the different guides do not follow their cookie cutted structure yet. Install guide is in a separate change [2], while I could not found the cookie cutter for the rest of the guides. test-requirements.txt updated with the missing modules. tox_install.sh modified to do not pass $MODULE_NAME and -e parameter to edit-constraints. [1]: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html [2]: https://review.openstack.org/#/c/476499/ [3]: https://etherpad.openstack.org/p/doc-migration-tracking Change-Id: Ia1101fa2eada446d8eebfefa9bd15d8facd8b3b0 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Signed-off-by: csatari <gergely.csatari@nokia.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
croniter>=0.3.4 # MIT License
|
|
eventlet!=0.18.3,>=0.18.2,!=0.20.1,<0.21.0 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
keystonemiddleware>=4.12.0 # Apache-2.0
|
|
mistral-lib>=0.2.0 # Apache-2.0
|
|
mock>=2.0 # BSD
|
|
networkx>=1.10 # BSD
|
|
nose # LGPL
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
oslo.db>=4.23.0 # Apache-2.0
|
|
oslo.messaging>=5.24.2,!=5.25.0 # Apache-2.0
|
|
oslo.policy>=1.23.0 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
os-api-ref>=1.0.0 # Apache-2.0
|
|
pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD
|
|
pyflakes==0.8.1 # MIT
|
|
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
|
requests-mock>=1.1 # Apache-2.0
|
|
sphinx>=1.6.2 # BSD
|
|
sphinxcontrib-httpdomain # BSD
|
|
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
tooz>=1.47.0 # Apache-2.0
|
|
tempest>=14.0.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
unittest2 # BSD
|
|
WSME>=0.8 # MIT
|