nova/nova/tests/unit/virt
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
..
disk Grease some more tests hitting RetryDecorator 2018-08-02 20:55:03 +00:00
hyperv Merge "hyperv: Cleans up live migration Planned VM" 2018-09-13 17:56:07 +00:00
image Use assert(Not)Equal instead of assertTrue(A == X) 2016-06-03 16:53:15 +01:00
ironic Fix ironic client ironic_url deprecation warning 2018-10-24 17:59:10 +02:00
libvirt Remove an unnecessary duplicate flag 2018-10-05 15:04:07 +09:00
powervm Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
vmwareapi VMware: Live migration of instances 2018-10-02 10:13:57 +03:00
xenapi Merge "XenAPI/Stops the migration of volume backed VHDS" 2018-09-20 19:25:57 +00:00
zvm Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
__init__.py
fakelibosinfo.py Fix misuse of assertTrue in console and virt tests 2016-02-22 16:09:21 +09:00
test_block_device.py Add compute version 36 to support ``volume_type`` 2018-10-11 16:00:48 -04:00
test_configdrive.py force_config_drive: StrOpt -> BoolOpt 2015-11-11 19:59:22 +00:00
test_driver.py Remove usage of parameter enforce_type 2017-04-17 20:23:19 +08:00
test_events.py
test_fake.py
test_firewall.py remove get_nw_info_for_instance from compute.utils 2017-06-13 13:30:06 +02:00
test_hardware.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_imagecache.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_images.py Fix execute mock for test_convert_image_with_errors 2018-06-14 12:33:21 +00:00
test_netutils.py Remove unnecessary code 2017-07-28 06:01:21 +00:00
test_osinfo.py Do not attempt to load osinfo if we do not have os_distro 2017-03-23 22:07:03 -04:00
test_virt.py Rename block_device_info_get_root 2018-01-11 20:46:13 +00:00
test_virt_drivers.py Revert "libvirt: slow live-migration to ensure network is ready" 2018-08-10 12:18:08 -07:00