[release][stable][nova] nova 2015.1.4 release (kilo)
We are gleeful to announce the release of: nova 2015.1.4: Cloud computing fabric controller This release is part of the kilo stable release series. For more details, please see below. Changes in nova 2015.1.3..2015.1.4 ---------------------------------- 7e3d3ab Fix reverse_upsize_quota_delta attempt to look up deleted flavors ec146e0 Only create volumes with instance.az if cinder.cross_az_attach is False 4951e9e libvirt: don't attempt to get baseline cpu features if host cpu model is None 939bbd9 Support-matrix of vmware for chap is wrong a0b86d8 libvirt: Decode disk_info before use 54ff59b libvirt: set libvirt.sysinfo_serial='none' for virt driver tests 2d7166d Fix processing of libvirt disk.info in non-disk-image cases 8a9f711 VMware: Use virtual disk size instead of image size f302bf0 libvirt: Always copy or recreate disk.info during a migration b472f75 Return 400 for os-virtual-interfaces when using Neutron 1f7a2dd Cells: Call compute api methods with instance objects c6a6750 Libvirt: correct libvirt reference url link when live-migration failed 3a2f487 Ignore bridge already exists error when creating bridge 2b3e6e7 Spread allocations of fixed ips d95b321 Replace eventlet-based raw socket client with requests 3882947 Updated from global requirements 8827cf9 Bump stable/kilo next version to 2015.1.4 092a3f3 Fix es translations dd1c3c7 Add the swap and ephemeral BDMs if needed Diffstat (except docs and test files) ------------------------------------- .../compute/contrib/virtual_interfaces.py | 10 +- .../compute/plugins/v3/virtual_interfaces.py | 12 +- nova/block_device.py | 11 ++ nova/cells/messaging.py | 26 ++-- nova/compute/api.py | 32 +++-- nova/db/sqlalchemy/api.py | 1 + nova/locale/es/LC_MESSAGES/nova-log-error.po | 2 +- nova/locale/es/LC_MESSAGES/nova.po | 4 +- nova/network/linux_net.py | 8 +- .../compute/contrib/test_virtual_interfaces.py | 12 ++ nova/virt/block_device.py | 38 +++++- nova/virt/libvirt/driver.py | 41 ++++++- nova/virt/libvirt/host.py | 5 +- nova/virt/vmwareapi/ds_util.py | 19 +++ nova/virt/vmwareapi/vmops.py | 17 +++ setup.cfg | 2 +- test-requirements.txt | 2 +- 31 files changed, 536 insertions(+), 169 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 42c3fe3..92ffc53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21 +21 @@ testrepository>=0.0.18 -testtools!=1.2.0,>=0.9.36 +testtools!=1.2.0,<2.0.0,>=0.9.36
participants (1)
-
no-reply@openstack.org