nova/nova/virt
Matt Riedemann de2baafbc0 libvirt: change "Ignoring supplied device name" warning to info
This doesn't need to be a warning that only the operator sees
in the nova-compute logs. The operator can't do anything about
it since the REST API user is the one passing in a device name
when attaching a volume to their server. So let's just change
the warning to an info level message. We already have documentation
stating that the device parameter is ignored by some compute
drivers.

Change-Id: If2dd8d0a3992ccf4bd9aa01978b7c91897e2eb59
2018-11-09 09:17:22 -05:00
..
disk libvirt: Reduce calls to qemu-img during update_available_resource 2018-08-08 15:22:44 +01:00
hyperv hyperv: Cleans up live migration Planned VM 2018-08-23 17:07:36 -07:00
image libvirt: virtuozzo instance resize support 2016-06-28 22:13:49 +03:00
ironic Fix ironic client ironic_url deprecation warning 2018-10-24 17:59:10 +02:00
libvirt libvirt: change "Ignoring supplied device name" warning to info 2018-11-09 09:17:22 -05:00
powervm PowerVM upt parity for reshaper, DISK_GB reserved 2018-11-01 09:50:24 +00: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 Fix missing print format error 2018-07-20 16:29:53 +08:00
__init__.py Declare nova.virt namespace 2016-04-28 15:01:44 +00:00
arch.py Added ability to configure default architecture for ImagePropertiesFilter 2018-05-14 16:55:13 -04:00
block_device.py Add compute version 36 to support ``volume_type`` 2018-10-11 16:00:48 -04:00
configdrive.py Convert configdrive to use processutils. 2018-05-02 21:42:05 +10:00
driver.py Provide allocation_ratio/reserved amounts from update_provider_tree() 2018-10-29 12:27:31 -04:00
event.py Port binding based on events during live migration 2018-07-19 09:09:55 -04:00
fake.py Merge "Provide allocation_ratio/reserved amounts from update_provider_tree()" 2018-10-31 18:32:47 +00:00
firewall.py Merge "Remove translation of log messages" 2017-06-20 21:16:49 +00:00
hardware.py hardware: fix memory check usage for small/large pages 2018-08-31 08:13:11 -04:00
imagecache.py Rename ImageCacheManager._list_base_images to _scan_base_images 2016-05-26 14:45:42 +01:00
images.py Implement certificate_utils 2018-06-12 14:44:32 -04:00
interfaces.template
netutils.py libvirt: add vf_trusted field for network metadata 2018-05-30 15:11:59 -04:00
osinfo.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
storage_users.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
virtapi.py