move databases to test requirements
requirements.txt is only appropriate for libraries that are always needed, as they will be installed all the time. However if actually trying to run multinode you won't have databases or database access on the compute nodes. So you can't pip install -r requirements.txt on those environments. For an example, see Nova. Change-Id: Ic962e518b8ffa0457031d5851f83285abb5096df
This commit is contained in:
parent
77b64588c5
commit
febc8347f7
@ -11,11 +11,9 @@ kombu>=2.4.8
|
||||
lockfile>=0.8
|
||||
lxml>=2.3
|
||||
msgpack-python
|
||||
MySQL-python
|
||||
oslo.config>=1.2.0
|
||||
pbr>=0.6,<1.0
|
||||
pecan>=0.4.5
|
||||
pymongo>=2.4
|
||||
pysnmp>=4.2.1,<5.0.0
|
||||
python-ceilometerclient>=1.0.6
|
||||
python-glanceclient>=0.9.0
|
||||
|
@ -8,9 +8,11 @@ httplib2>=0.7.5
|
||||
http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift
|
||||
mock>=1.0
|
||||
mox>=0.5.3
|
||||
MySQL-python
|
||||
# Docs Requirements
|
||||
docutils==0.9.1
|
||||
oslosphinx
|
||||
pymongo>=2.4
|
||||
python-subunit>=0.0.18
|
||||
sphinx>=1.1.2,<1.2
|
||||
sphinxcontrib-docbookrestapi
|
||||
|
Loading…
Reference in New Issue
Block a user