c9ea8ea4a1
In Pike OpenStack documentation is changed in a way that the project repos contain most of the documentation material [1]. This affcects how the doc folder shall be strucutred inside the project repo. With this change I align the install guide to the new structure and correct the warnings during the document generation. The overall work is tracked in [2]. [1]: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html [2]: https://etherpad.openstack.org/p/doc-migration-tracking Change-Id: Ib5400247d2ba5f8dac80ef68a43d06868bd42f1c Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Signed-off-by: csatari <gergely.csatari@nokia.com>
39 lines
1.3 KiB
Plaintext
39 lines
1.3 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.
|
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
python-dateutil>=2.4.2 # BSD
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
lxml!=3.7.0,>=2.3 # BSD
|
|
networkx>=1.10 # BSD
|
|
python-ceilometerclient>=2.5.0 # Apache-2.0
|
|
python-cinderclient>=2.1.0 # Apache-2.0
|
|
python-neutronclient>=6.3.0 # Apache-2.0
|
|
python-novaclient>=9.0.0 # Apache-2.0
|
|
python-heatclient>=1.6.1 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
pyzabbix>=0.7.4 # LGPL
|
|
sphinx!=1.6.1,>=1.5.1 # BSD
|
|
oslo.log>=3.22.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
oslo.service>=1.10.0 # Apache-2.0
|
|
oslo.config>=4.0.0 # Apache-2.0
|
|
oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
|
|
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
|
oslo.policy>=1.23.0 # Apache-2.0
|
|
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
|
|
tempest-lib>=0.14.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
voluptuous>=0.8.9 # BSD License
|
|
sympy>=0.7.6 # BSD
|
|
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
|
pysnmp>=4.2.3 # BSD
|
|
|
|
# Doc requirements
|
|
openstackdocstheme>=1.5.0 # Apache-2.0
|
|
oslosphinx>=4.7.0 # Apache-2.0
|