c843acb4f6
In IPv6 management network environment, ceilometer command will throw 'Address family for hostname not support' when use WSGI simple server. The root cause is python TCPServer implementation is hard-coded to use IPv4, even in IPv6 environments. Python community want to fix it in Python3.5, so we need to make a workaround for it. Change-Id: I3260a346a095b0f3e57093c18b1920dffe5ac55d Closes-Bug: #1269243
35 lines
600 B
Plaintext
35 lines
600 B
Plaintext
alembic>=0.4.1
|
|
anyjson>=0.3.3
|
|
argparse
|
|
croniter>=0.3.4
|
|
eventlet>=0.13.0
|
|
Flask>=0.10,<1.0
|
|
happybase>=0.4,<=0.6
|
|
iso8601>=0.1.8
|
|
jsonpath-rw>=1.2.0,<2.0
|
|
jsonschema>=2.0.0,<3.0.0
|
|
kombu>=2.4.8
|
|
lockfile>=0.8
|
|
lxml>=2.3
|
|
msgpack-python
|
|
netaddr>=0.7.6
|
|
oslo.config>=1.2.0
|
|
oslo.vmware
|
|
pbr>=0.6,<1.0
|
|
pecan>=0.4.5
|
|
pysnmp>=4.2.1,<5.0.0
|
|
python-ceilometerclient>=1.0.6
|
|
python-glanceclient>=0.9.0
|
|
python-keystoneclient>=0.6.0
|
|
python-novaclient>=2.15.0
|
|
python-swiftclient>=1.6
|
|
pytz>=2010h
|
|
PyYAML>=3.1.0
|
|
requests>=1.1
|
|
six>=1.5.2
|
|
SQLAlchemy>=0.7.8,<=0.8.99
|
|
sqlalchemy-migrate>=0.8.2
|
|
stevedore>=0.14
|
|
WebOb>=1.2.3
|
|
WSME>=0.6
|