nova/nova/tests/unit/virt/ironic
Daniel Abad 35f49f4035 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:
58c39b7a80

Change-Id: I1b3ce1955622c40b780c0b15ec7e09be3e8ace72
2018-10-24 17:59:10 +02:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_client_wrapper.py Fix ironic client ironic_url deprecation warning 2018-10-24 17:59:10 +02:00
test_driver.py Merge "remove virt driver requires_allocation_refresh" 2018-09-22 04:30:34 +00:00
test_patcher.py Pushing image traits to ironic node 2018-05-18 18:05:25 -07:00
utils.py ironic: provide facilities to gracefully navigate versions 2018-07-12 18:53:36 -07:00