nova/nova/virt
Matt Riedemann 6dec446363 Use math.gcd starting with python 3.5
fractions.gcd is deprecated started in python 3.5 so
this change uses math.gcd if on py3 and fractions.gcd if
on py2.

Change-Id: Ib3dd924e967bc9b48d81dc81e1fcdeba0120985c
2019-02-13 11:49:36 -05:00
..
disk Remove utils.execute() from virt.disk.api. 2018-12-12 09:38:20 +11:00
hyperv unused images are always deleted (add to in-tree hper-v code) 2019-01-18 23:18:25 -05: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 Convert CPU_TRAITS_MAPPING to use os_traits 2019-02-08 19:23:58 +00:00
powervm Commonize _update code path 2019-01-16 18:34:39 +00:00
vmwareapi VMware: Live migration of instances 2018-10-02 10:13:57 +03:00
xenapi Remove utils.execute() calls from xenapi. 2018-12-04 16:04:30 +11: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 Raise 403 instead of 500 error from attach volume API 2019-01-25 01:21:41 +00:00
event.py Port binding based on events during live migration 2018-07-19 09:09:55 -04:00
fake.py Reject networks with QoS policy 2019-01-28 15:50:25 +01:00
firewall.py Merge "Remove translation of log messages" 2017-06-20 21:16:49 +00:00
hardware.py Use math.gcd starting with python 3.5 2019-02-13 11:49:36 -05:00
imagecache.py Rename ImageCacheManager._list_base_images to _scan_base_images 2016-05-26 14:45:42 +01:00
images.py Remove the final user of utils.execute() from virt.images 2018-12-12 09:38:20 +11: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 Remove unused provider firewall rules functionality in nova 2016-02-01 15:50:04 +01:00