summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDaniel Abad <d.abad@cern.ch>2018-10-19 15:22:33 +0200
committerDaniel Abad <d.abad@cern.ch>2018-10-24 17:59:10 +0200
commit35f49f403534e174578dcd1b9ab33daf6f14c3e8 (patch)
treed986d2d27f0cd117d44d0e384f3de72ffc2533fd /test-requirements.txt
parentd7e76f8cad076785d746ad0d7af55deeee8bba70 (diff)
downloadnova-35f49f403534e174578dcd1b9ab33daf6f14c3e8.tar.gz
Fix ironic client ironic_url deprecation warning
In preparation for stein, use 'endpoint' instead of 'ironic_url' when calling get_client in order to remove the following warning: WARNING ironicclient.client The argument "ironic_url" passed to get_client is deprecated and will be removed in Stein release, please use "endpoint" instead. For reference: In the python-ironicclient code, in the ironicclient/client.py#L24 TODO(vdrok): remove in Stein [...] ('ironic_url',): 'endpoint', Introduced in commit: https://github.com/openstack/python-ironicclient/commit/58c39b7a80583dd54165cf292ae5dc621e9da361 Change-Id: I1b3ce1955622c40b780c0b15ec7e09be3e8ace72
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 19f0828f44..1d867c3815 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,7 +11,7 @@ mox3>=0.20.0 # Apache-2.0
psycopg2>=2.6.2 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License
python-barbicanclient>=4.5.2 # Apache-2.0
-python-ironicclient>=2.3.0 # Apache-2.0
+python-ironicclient>=2.4.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0