[ubuntu/trusty-proposed] nova 1:2014.1.4-0ubuntu1 (Accepted)
Corey Bryant
corey.bryant at canonical.com
Wed Mar 25 16:19:06 UTC 2015
nova (1:2014.1.4-0ubuntu1) trusty; urgency=medium
* Resynchronize with stable/icehouse (cac6472) (LP: #1432608):
- [0ff6742] Websocket Proxy should verify Origin header
- [c70e1fb] Fix kwargs['instance'] KeyError in @reverts_task_state decorator
- [07ec12c] Revert "Eventlet green threads not released back to pool"
- [e9cf07b] Compute: Catch binding failed exception while init host
- [e275961] Make tests use sha256 as openssl default digest algorithm
- [a657582] Eventlet green threads not released back to pool
- [4b46a86] Fix image metadata returned for volumes
- [58a6393] Check min_ram and min_disk when boot from volume
- [c5411d2] Extends use of ServiceProxy to more methods in HostAPI in cells
- [1e2abd6] Remove usage of self.__dict__ for message var replacement
- [54f9225] only emit deprecation warnings once
- [52103be] Fix disconnecting necessary iSCSI sessions issue
- [cca94d0] Fix connecting unnecessary iSCSI sessions issue
- [ac9f5c7] Fix wrong command for _rescan_multipath
- [d7c8e93] Fix unsafe SSL connection on TrustedFilter
- [9ecc468] Fix SecurityGroupExists error when booting instances
- [33be7d7] Update "num_instance" during delete instance
- [3de3f10] Fix nova evacuate issues for RBD
- [fe289fb] Fix nova-compute start issue after evacuate
- [f781656] Add _security_group_ensure_default() DBAPI method
- [8812672] Run build_and_run_instance in a separate greenthread
- [b6a080b] Fixes DOS issue in instance list ip filter
- [5ab0421] Make the block device mapping retries configurable
- [0695e14] Retry on closing of luks encrypted volume in case device is busy
- [dffa810] Add @_retry_on_deadlock to _instance_update()
- [f086ca3] Nova api service doesn't handle SIGHUP properly
- [7cdb643] Fix XML UnicodeEncode serialization error
- [98a6c1e] postgresql: use postgres db instead of template1
- [155664f] share neutron admin auth tokens
- [3e80433] VMware: validate that VM exists on backend prior to deletion
- [d71445c] VMWare: Fix VM leak when deletion of VM during resizing
- [56b62b7] Sync process utils from oslo
- [ddd62ff] VMware: prevent race condition with VNC port allocation
- [4174130] Fixes Hyper-V volume mapping issue on reboot
- [bfeae68] Fix CellStateManagerFile init to failure
- [5ec3cd3] Raise descriptive error for over volume quota
- [f9fad7a] Fixes missing ec2 api address disassociate error on failure
- [64ec1bf] Fix instance cross AZ check when attaching volumes
- [698c821] Ignore errors when deleting non-existing vifs
- [8141e7a] libvirt: Handle unsupported host capabilities
- [df9ead9] libvirt: Make `fakelibvirt.libvirtError` match
- [cac6472] Add _wrap_db_error() support to SessionTransaction.commit()
* d/p/drop-oslo-utils-usage.patch: Added to override new oslo.utils dep.
* d/p/disable-websockify-tests.patch: Added to disable websockify tests.
* d/p/block-device-mapping-config.patch: Dropped. Fixed upstream in [5ab0421].
* d/p/libvirt-Handle-unsupported-host-capabilities.patch: Dropped. Fixed
upstream in [8141e7a] and [df9ead9].
* d/p/cells-json-store.patch: Dropped. Fixed upstream in [bfeae68].
* d/p/fix-requirements.patch: Rebased.
* d/p/update-run-tests.patch: Run tests with default concurrencey.
Date: Fri, 20 Mar 2015 07:27:23 +0000
Changed-By: Corey Bryant <corey.bryant at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: James Page <james.page at ubuntu.com>
https://launchpad.net/ubuntu/+source/nova/1:2014.1.4-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 20 Mar 2015 07:27:23 +0000
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-libvirt nova-compute-lxc nova-compute-xen nova-compute-qemu nova-compute-kvm nova-compute-vmware nova-conductor nova-cert nova-scheduler nova-volume nova-ajax-console-proxy nova-novncproxy nova-xvpvncproxy nova-spiceproxy nova-api nova-network nova-objectstore nova-console nova-consoleauth nova-doc nova-api-metadata nova-api-os-compute nova-api-os-volume nova-api-ec2 nova-cells nova-baremetal
Architecture: source
Version: 1:2014.1.4-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Corey Bryant <corey.bryant at canonical.com>
Description:
nova-ajax-console-proxy - OpenStack Compute - AJAX console proxy - transitional package
nova-api - OpenStack Compute - API frontend
nova-api-ec2 - OpenStack Compute - EC2 API frontend
nova-api-metadata - OpenStack Compute - metadata API frontend
nova-api-os-compute - OpenStack Compute - OpenStack Compute API frontend
nova-api-os-volume - OpenStack Compute - OpenStack Volume API frontend
nova-baremetal - Openstack Compute - baremetal virt
nova-cells - Openstack Compute - cells
nova-cert - OpenStack Compute - certificate management
nova-common - OpenStack Compute - common files
nova-compute - OpenStack Compute - compute node base
nova-compute-kvm - OpenStack Compute - compute node (KVM)
nova-compute-libvirt - OpenStack Compute - compute node libvirt support
nova-compute-lxc - OpenStack Compute - compute node (LXC)
nova-compute-qemu - OpenStack Compute - compute node (QEmu)
nova-compute-vmware - OpenStack Compute - compute node (VMware)
nova-compute-xen - OpenStack Compute - compute node (Xen)
nova-conductor - OpenStack Compute - conductor service
nova-console - OpenStack Compute - Console
nova-consoleauth - OpenStack Compute - Console Authenticator
nova-doc - OpenStack Compute - documentation
nova-network - OpenStack Compute - Network manager
nova-novncproxy - OpenStack Compute - NoVNC proxy
nova-objectstore - OpenStack Compute - object store
nova-scheduler - OpenStack Compute - virtual machine scheduler
nova-spiceproxy - OpenStack Compute - spice html5 proxy
nova-volume - OpenStack Compute - storage
nova-xvpvncproxy - OpenStack Compute - XVP VNC proxy
python-nova - OpenStack Compute Python libraries
Launchpad-Bugs-Fixed: 1432608
Changes:
nova (1:2014.1.4-0ubuntu1) trusty; urgency=medium
.
* Resynchronize with stable/icehouse (cac6472) (LP: #1432608):
- [0ff6742] Websocket Proxy should verify Origin header
- [c70e1fb] Fix kwargs['instance'] KeyError in @reverts_task_state decorator
- [07ec12c] Revert "Eventlet green threads not released back to pool"
- [e9cf07b] Compute: Catch binding failed exception while init host
- [e275961] Make tests use sha256 as openssl default digest algorithm
- [a657582] Eventlet green threads not released back to pool
- [4b46a86] Fix image metadata returned for volumes
- [58a6393] Check min_ram and min_disk when boot from volume
- [c5411d2] Extends use of ServiceProxy to more methods in HostAPI in cells
- [1e2abd6] Remove usage of self.__dict__ for message var replacement
- [54f9225] only emit deprecation warnings once
- [52103be] Fix disconnecting necessary iSCSI sessions issue
- [cca94d0] Fix connecting unnecessary iSCSI sessions issue
- [ac9f5c7] Fix wrong command for _rescan_multipath
- [d7c8e93] Fix unsafe SSL connection on TrustedFilter
- [9ecc468] Fix SecurityGroupExists error when booting instances
- [33be7d7] Update "num_instance" during delete instance
- [3de3f10] Fix nova evacuate issues for RBD
- [fe289fb] Fix nova-compute start issue after evacuate
- [f781656] Add _security_group_ensure_default() DBAPI method
- [8812672] Run build_and_run_instance in a separate greenthread
- [b6a080b] Fixes DOS issue in instance list ip filter
- [5ab0421] Make the block device mapping retries configurable
- [0695e14] Retry on closing of luks encrypted volume in case device is busy
- [dffa810] Add @_retry_on_deadlock to _instance_update()
- [f086ca3] Nova api service doesn't handle SIGHUP properly
- [7cdb643] Fix XML UnicodeEncode serialization error
- [98a6c1e] postgresql: use postgres db instead of template1
- [155664f] share neutron admin auth tokens
- [3e80433] VMware: validate that VM exists on backend prior to deletion
- [d71445c] VMWare: Fix VM leak when deletion of VM during resizing
- [56b62b7] Sync process utils from oslo
- [ddd62ff] VMware: prevent race condition with VNC port allocation
- [4174130] Fixes Hyper-V volume mapping issue on reboot
- [bfeae68] Fix CellStateManagerFile init to failure
- [5ec3cd3] Raise descriptive error for over volume quota
- [f9fad7a] Fixes missing ec2 api address disassociate error on failure
- [64ec1bf] Fix instance cross AZ check when attaching volumes
- [698c821] Ignore errors when deleting non-existing vifs
- [8141e7a] libvirt: Handle unsupported host capabilities
- [df9ead9] libvirt: Make `fakelibvirt.libvirtError` match
- [cac6472] Add _wrap_db_error() support to SessionTransaction.commit()
* d/p/drop-oslo-utils-usage.patch: Added to override new oslo.utils dep.
* d/p/disable-websockify-tests.patch: Added to disable websockify tests.
* d/p/block-device-mapping-config.patch: Dropped. Fixed upstream in [5ab0421].
* d/p/libvirt-Handle-unsupported-host-capabilities.patch: Dropped. Fixed
upstream in [8141e7a] and [df9ead9].
* d/p/cells-json-store.patch: Dropped. Fixed upstream in [bfeae68].
* d/p/fix-requirements.patch: Rebased.
* d/p/update-run-tests.patch: Run tests with default concurrencey.
Checksums-Sha1:
98fe204818562a19bb6c9f9ad1f38e705e8e10d3 4871 nova_2014.1.4-0ubuntu1.dsc
af2035f134b7b2488d9a48ccf20d0d79375a1024 8015268 nova_2014.1.4.orig.tar.gz
c0265b8c6f882e3d7dc248d1c6f0cb45db6a52a8 32764 nova_2014.1.4-0ubuntu1.debian.tar.xz
Checksums-Sha256:
d19775c0440f28bfa547a18fbab9038e7536fe2cbfbe90da4775aa7b3a1b05ac 4871 nova_2014.1.4-0ubuntu1.dsc
87882a4b5beff7673740c8195824a84d7445b761dd14e7ee0a06bd67f78c9ce9 8015268 nova_2014.1.4.orig.tar.gz
ffc279e1fe1706b4e81720ed92270c38a51806f9b4412cfe481d36e07ac828d8 32764 nova_2014.1.4-0ubuntu1.debian.tar.xz
Files:
619c3fe58c1f3f7b3db59251f64094ab 4871 net extra nova_2014.1.4-0ubuntu1.dsc
b5833943e3ed2a8def04fc56493c5dba 8015268 net extra nova_2014.1.4.orig.tar.gz
a8b61ca4854610fd3d41b64f9988eaa3 32764 net extra nova_2014.1.4-0ubuntu1.debian.tar.xz
Original-Maintainer: Openstack Maintainers <openstack at lists.launchpad.net>
More information about the Trusty-changes
mailing list