Update our requirements.txt and u-c files
The new versions of our dependencies support py37, so we need to do this. Change-Id: Id201cef2ad3e702d15b338e7834ec14ac2e5ad56
This commit is contained in:
parent
1137e469f3
commit
158c1ffe8f
@ -31,6 +31,7 @@ Changed
|
|||||||
* The output of json task result exporter (``rally task report --json``) is
|
* The output of json task result exporter (``rally task report --json``) is
|
||||||
extended with information about environment where task was executed (new
|
extended with information about environment where task was executed (new
|
||||||
``env_name`` and ``env_uuid`` properties)
|
``env_name`` and ``env_uuid`` properties)
|
||||||
|
|
||||||
* Add the --filter-by option to the command ``rally task detailed``, which
|
* Add the --filter-by option to the command ``rally task detailed``, which
|
||||||
allows us to show only those workloads which we are interested in (see the
|
allows us to show only those workloads which we are interested in (see the
|
||||||
examples below).
|
examples below).
|
||||||
@ -41,6 +42,13 @@ Changed
|
|||||||
2. show only those workloads which include the next scenario plugin(s)
|
2. show only those workloads which include the next scenario plugin(s)
|
||||||
``rally task detailed --filter-by scenarios=scenario1[,scenarios2...]``
|
``rally task detailed --filter-by scenarios=scenario1[,scenarios2...]``
|
||||||
|
|
||||||
|
* `requirements
|
||||||
|
<https://github.com/openstack/rally/blob/1.1.0/requirements.txt>`_ and
|
||||||
|
`constraints (suggested versions)
|
||||||
|
<https://github.com/openstack/rally/blob/1.1.0/upper-constraints.txt>`_ files
|
||||||
|
are updated.
|
||||||
|
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -3,23 +3,24 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
# Rally core dependencies
|
# Rally core dependencies
|
||||||
alembic>=0.8.10 # MIT
|
alembic # MIT
|
||||||
decorator>=3.4.0 # new BSD License
|
decorator # new BSD License
|
||||||
Jinja2>=2.8,!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4 # BSD
|
Jinja2 # BSD
|
||||||
jsonschema>=2.6.0,<3.0.0 # MIT
|
jsonschema<3.0.0 # MIT
|
||||||
morph # GPLv3+
|
morph # GPLv3+
|
||||||
netaddr>=0.7.18 # BSD
|
netaddr # BSD
|
||||||
oslo.config>=5.1.0 # Apache Software License
|
oslo.config!=4.3.0,!=4.4.0 # Apache Software License
|
||||||
# do not forget to remove `testresources` from test-requirements. it is a dependency of oslo.db for tests
|
# do not forget to remove `testresources` from test-requirements. it is a
|
||||||
oslo.db>=4.27.0 # Apache Software License
|
# dependency of oslo.db for tests
|
||||||
oslo.log>=3.36.0 # Apache Software License
|
oslo.db # Apache Software License
|
||||||
paramiko>=2.0.0 # LGPL
|
oslo.log # Apache Software License
|
||||||
pbr>=2.0.0,!=2.1.0 # Apache Software License
|
paramiko # LGPL
|
||||||
PrettyTable>=0.7.1,<0.8 # BSD
|
pbr!=2.1.0 # Apache Software License
|
||||||
pyOpenSSL>=16.2.0 # Apache License, Version 2.0
|
PrettyTable<0.8 # BSD
|
||||||
PyYAML>=3.10 # MIT
|
pyOpenSSL # Apache License, Version 2.0
|
||||||
python-subunit>=1.0.0 # UNKNOWN
|
PyYAML # MIT
|
||||||
requests>=2.14.2 # Apache License, Version 2.0
|
python-subunit
|
||||||
SQLAlchemy>=1.0.10,!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT
|
requests # Apache License, Version 2.0
|
||||||
six>=1.10.0 # MIT
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT
|
||||||
virtualenv>=14.0.6 # MIT
|
six # MIT
|
||||||
|
virtualenv # MIT
|
||||||
|
@ -12,12 +12,12 @@ pytest-html>=1.10.0 # Mozilla Public License
|
|||||||
# py.test xdist plugin for distributed testing and loop-on-failing modes
|
# py.test xdist plugin for distributed testing and loop-on-failing modes
|
||||||
pytest-xdist # MIT
|
pytest-xdist # MIT
|
||||||
|
|
||||||
ddt>=1.0.1 # UNKNOWN
|
ddt # MIT
|
||||||
mock>=2.0.0 # UNKNOWN
|
mock # UNKNOWN
|
||||||
python-dateutil>=2.4.2 # Simplified BSD
|
python-dateutil # Dual License
|
||||||
testtools>=2.2.0 # UNKNOWN
|
testtools # UNKNOWN
|
||||||
|
|
||||||
sphinx>=1.6.2,!=1.6.6 # BSD
|
sphinx!=1.6.6,!=1.6.7 # BSD
|
||||||
oslosphinx>=4.7.0 # Apache Software License
|
oslosphinx # Apache Software License
|
||||||
|
|
||||||
testresources>=2.0.0 # UNKNOWN
|
testresources # UNKNOWN
|
||||||
|
@ -1,66 +1,10 @@
|
|||||||
alembic===0.9.7
|
alembic===0.9.7
|
||||||
boto===2.48.0
|
|
||||||
decorator===4.2.1
|
|
||||||
gnocchiclient===7.0.1
|
|
||||||
Jinja2===2.10
|
|
||||||
jsonschema===2.6.0
|
|
||||||
keystoneauth1===3.4.0
|
|
||||||
kubernetes===4.0.0
|
|
||||||
morph===0.1.2
|
|
||||||
netaddr===0.7.19
|
|
||||||
os-faults===0.1.17
|
|
||||||
oslo.config===5.2.0
|
|
||||||
oslo.db===4.33.0
|
|
||||||
oslo.log===3.36.0
|
|
||||||
oslo.utils===3.35.0
|
|
||||||
osprofiler===1.15.1
|
|
||||||
paramiko===2.4.0
|
|
||||||
pbr===3.1.1
|
|
||||||
PrettyTable===0.7.1
|
|
||||||
pyOpenSSL===17.5.0
|
|
||||||
python-ceilometerclient===2.9.0
|
|
||||||
python-cinderclient===3.5.0
|
|
||||||
python-designateclient===2.9.0
|
|
||||||
python-glanceclient===2.9.1
|
|
||||||
python-heatclient===1.14.0
|
|
||||||
python-ironicclient===2.2.0
|
|
||||||
python-keystoneclient===3.15.0
|
|
||||||
python-magnumclient===2.8.0
|
|
||||||
python-manilaclient===1.21.0
|
|
||||||
python-mistralclient===3.2.0
|
|
||||||
python-monascaclient===1.10.0
|
|
||||||
python-muranoclient===1.0.1
|
|
||||||
python-neutronclient===6.7.0
|
|
||||||
python-novaclient===9.1.1
|
|
||||||
python-saharaclient===1.5.0
|
|
||||||
python-senlinclient===1.7.0
|
|
||||||
python-subunit===1.2.0
|
|
||||||
python-swiftclient===3.5.0
|
|
||||||
python-troveclient===2.14.0
|
|
||||||
python-watcherclient===1.6.0
|
|
||||||
python-zaqarclient===1.9.0
|
|
||||||
PyYAML===3.12
|
|
||||||
requests===2.18.4
|
|
||||||
six===1.11.0
|
|
||||||
SQLAlchemy===1.2.1
|
|
||||||
virtualenv===15.1.0
|
|
||||||
|
|
||||||
# testing
|
|
||||||
|
|
||||||
pytest===3.3.0
|
|
||||||
pytest-cov===2.5.1
|
|
||||||
pytest-forked===0.2
|
|
||||||
pytest-html===1.16.0
|
|
||||||
pytest-metadata===1.5.1
|
|
||||||
pytest-xdist===1.20.1
|
|
||||||
|
|
||||||
# not direct dependencies
|
|
||||||
|
|
||||||
ansible===2.4.3.0
|
ansible===2.4.3.0
|
||||||
appdirs===1.4.3
|
appdirs===1.4.3
|
||||||
asn1crypto===0.24.0
|
asn1crypto===0.24.0
|
||||||
Babel===2.5.3
|
Babel===2.5.3
|
||||||
bcrypt===3.1.4
|
bcrypt===3.1.4
|
||||||
|
boto===2.48.0
|
||||||
certifi===2018.1.18
|
certifi===2018.1.18
|
||||||
cffi===1.11.4
|
cffi===1.11.4
|
||||||
chardet===3.0.4
|
chardet===3.0.4
|
||||||
@ -70,44 +14,61 @@ cmd2===0.8.0
|
|||||||
contextlib2===0.5.5
|
contextlib2===0.5.5
|
||||||
cryptography===2.1.4
|
cryptography===2.1.4
|
||||||
debtcollector===1.19.0
|
debtcollector===1.19.0
|
||||||
|
decorator===4.3.0
|
||||||
deprecation===1.1
|
deprecation===1.1
|
||||||
dogpile.cache===0.6.4
|
dogpile.cache===0.6.4
|
||||||
enum34===1.1.6
|
enum34===1.1.6
|
||||||
extras===1.0.0
|
extras===1.0.0
|
||||||
fasteners===0.14.1
|
fasteners===0.14.1
|
||||||
fixtures===3.0.0
|
fixtures===3.0.0
|
||||||
prettytable===0.7
|
|
||||||
funcsigs===1.0.2
|
funcsigs===1.0.2
|
||||||
functools32===3.2.3.post2
|
functools32===3.2.3.post2
|
||||||
futures===3.2.0
|
futures===3.2.0
|
||||||
futurist===1.6.0
|
futurist===1.6.0
|
||||||
|
gnocchiclient===7.0.1
|
||||||
httplib2===0.10.3
|
httplib2===0.10.3
|
||||||
idna===2.6
|
idna===2.6
|
||||||
ipaddress===1.0.19
|
ipaddress===1.0.19
|
||||||
iso8601===0.1.12
|
iso8601===0.1.12
|
||||||
|
Jinja2===2.10
|
||||||
jmespath===0.9.3
|
jmespath===0.9.3
|
||||||
jsonpatch===1.21
|
jsonpatch===1.21
|
||||||
jsonpointer===2.0
|
jsonpointer===2.0
|
||||||
|
jsonschema===2.6.0
|
||||||
|
keystoneauth1===3.4.0
|
||||||
|
kubernetes===4.0.0
|
||||||
linecache2===1.0.0
|
linecache2===1.0.0
|
||||||
Mako===1.0.7
|
Mako===1.0.7
|
||||||
MarkupSafe===1.0
|
MarkupSafe===1.0
|
||||||
monotonic===1.4
|
monotonic===1.4
|
||||||
|
morph===0.1.2
|
||||||
msgpack===0.5.4
|
msgpack===0.5.4
|
||||||
munch===2.2.0
|
munch===2.2.0
|
||||||
murano-pkg-check===0.3.0
|
murano-pkg-check===0.3.0
|
||||||
|
netaddr===0.7.19
|
||||||
netifaces===0.10.6
|
netifaces===0.10.6
|
||||||
oauth2client===4.1.2
|
oauth2client===4.1.2
|
||||||
openstacksdk===0.11.3
|
openstacksdk===0.11.3
|
||||||
os-client-config===1.29.0
|
os-client-config===1.29.0
|
||||||
|
os-faults===0.1.17
|
||||||
os-service-types===1.1.0
|
os-service-types===1.1.0
|
||||||
osc-lib===1.9.0
|
osc-lib===1.9.0
|
||||||
oslo.concurrency===3.25.0
|
oslo.concurrency===3.25.0
|
||||||
|
oslo.config===6.4.0
|
||||||
oslo.context===2.20.0
|
oslo.context===2.20.0
|
||||||
|
oslo.db===4.40.0
|
||||||
oslo.i18n===3.19.0
|
oslo.i18n===3.19.0
|
||||||
|
oslo.log===3.39.0
|
||||||
oslo.serialization===2.24.0
|
oslo.serialization===2.24.0
|
||||||
|
oslo.utils===3.35.0
|
||||||
|
osprofiler===1.15.1
|
||||||
packaging===16.8
|
packaging===16.8
|
||||||
|
paramiko===2.4.1
|
||||||
|
pbr===4.1.1
|
||||||
ply===3.10
|
ply===3.10
|
||||||
positional===1.2.1
|
positional===1.2.1
|
||||||
|
PrettyTable===0.7.1
|
||||||
|
prettytable===0.7
|
||||||
pyasn1===0.4.2
|
pyasn1===0.4.2
|
||||||
pyasn1-modules===0.2.1
|
pyasn1-modules===0.2.1
|
||||||
pycparser===2.18
|
pycparser===2.18
|
||||||
@ -115,18 +76,50 @@ pycrypto===2.6.1
|
|||||||
pyghmi===1.0.38
|
pyghmi===1.0.38
|
||||||
pyinotify===0.9.6
|
pyinotify===0.9.6
|
||||||
PyNaCl===1.2.1
|
PyNaCl===1.2.1
|
||||||
|
pyOpenSSL===18.0.0
|
||||||
pyparsing===2.2.0
|
pyparsing===2.2.0
|
||||||
pyperclip===1.6.0
|
pyperclip===1.6.0
|
||||||
|
pytest===3.3.0
|
||||||
|
pytest-cov===2.5.1
|
||||||
|
pytest-forked===0.2
|
||||||
|
pytest-html===1.16.0
|
||||||
|
pytest-metadata===1.5.1
|
||||||
|
pytest-xdist===1.20.1
|
||||||
|
python-ceilometerclient===2.9.0
|
||||||
|
python-cinderclient===3.5.0
|
||||||
python-dateutil===2.6.1
|
python-dateutil===2.6.1
|
||||||
|
python-designateclient===2.9.0
|
||||||
python-editor===1.0.3
|
python-editor===1.0.3
|
||||||
|
python-glanceclient===2.9.1
|
||||||
|
python-heatclient===1.14.0
|
||||||
|
python-ironicclient===2.2.0
|
||||||
|
python-keystoneclient===3.15.0
|
||||||
|
python-magnumclient===2.8.0
|
||||||
|
python-manilaclient===1.21.0
|
||||||
python-mimeparse===1.6.0
|
python-mimeparse===1.6.0
|
||||||
|
python-mistralclient===3.2.0
|
||||||
|
python-monascaclient===1.10.0
|
||||||
|
python-muranoclient===1.0.1
|
||||||
|
python-neutronclient===6.7.0
|
||||||
|
python-novaclient===9.1.1
|
||||||
python-openstackclient===3.14.0
|
python-openstackclient===3.14.0
|
||||||
|
python-saharaclient===1.5.0
|
||||||
|
python-senlinclient===1.7.0
|
||||||
|
python-subunit===1.3.0
|
||||||
|
python-swiftclient===3.5.0
|
||||||
|
python-troveclient===2.14.0
|
||||||
|
python-watcherclient===1.6.0
|
||||||
|
python-zaqarclient===1.9.0
|
||||||
pytz===2018.3
|
pytz===2018.3
|
||||||
|
PyYAML===3.13
|
||||||
|
requests===2.19.1
|
||||||
requestsexceptions===1.4.0
|
requestsexceptions===1.4.0
|
||||||
rfc3986===1.1.0
|
rfc3986===1.1.0
|
||||||
rsa===3.4.2
|
rsa===3.4.2
|
||||||
semantic-version===2.6.0
|
semantic-version===2.6.0
|
||||||
simplejson===3.13.2
|
simplejson===3.13.2
|
||||||
|
six===1.11.0
|
||||||
|
SQLAlchemy===1.2.10
|
||||||
sqlalchemy-migrate===0.11.0
|
sqlalchemy-migrate===0.11.0
|
||||||
sqlparse===0.2.4
|
sqlparse===0.2.4
|
||||||
stevedore===1.28.0
|
stevedore===1.28.0
|
||||||
@ -138,6 +131,7 @@ ujson===1.35
|
|||||||
unicodecsv===0.14.1
|
unicodecsv===0.14.1
|
||||||
unittest2===1.1.0
|
unittest2===1.1.0
|
||||||
urllib3===1.22
|
urllib3===1.22
|
||||||
|
virtualenv===16.0.0
|
||||||
warlock===1.2.0
|
warlock===1.2.0
|
||||||
WebOb===1.7.4
|
WebOb===1.7.4
|
||||||
websocket-client===0.40.0
|
websocket-client===0.40.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user