Shade libs are deprecated therefore no longer required
to be installed. Remove whitespaces in EOL.
Issue-ID: RELENG-4644
Change-Id: I06226186cc80d5cb6da41b35f7a9fdf8309bf32d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
def list(os_cloud, days=0):
"""List volumes found according to parameters."""
- cloud = openstack.connection.from_config(cloud=os_cloud)
+ cloud = openstack.connection.from_config(cloud=os_cloud)
volumes = cloud.list_volumes()
filtered_volumes = _filter_volumes(volumes, days)
--- /dev/null
+---
+deprecations:
+ - |
+ Shade libs are deprecated therefore no longer required
+ to be installed.
+
+ https://docs.openstack.org/releasenotes/shade/stein.html
python-ldap~=3.1.0
openstack =
osc-lib~=2.2.0
- shade~=1.27.1
[files]
packages = lftools
basepython = python3
deps = -r{toxinidir}/requirements-test.txt
commands =
- pip install -U python-jenkins requests shade
+ pip install -U python-jenkins requests
pytest
[testenv:license]