nova (1:2014.1.1-0ubuntu1) trusty; urgency=medium

  * Resynchronize with stable/icehouse (867341f) (LP: #1328134):
    - [867341f] Fix security group race condition while listing and deleting 
rules
    - [ffcb176] VMware: ensure rescue instance is deleted when instance is 
deleted
    - [fe4fe70] VMware: Log additional details of suds faults
    - [43f0437] Add info_cache as expected attribute when evacuate instance
    - [a2da9ce] VMware: uncaught exception during snapshot deletion
    - [1a45944] Catch InstanceNotFound exception if migration fails
    - [ee374f1] Do not wait for neutron event if not powering on libvirt domain
    - [705ad64] Reap child processes gracefully if greenlet thread gets killed
    - [f769bf8] Fixes arguments parsing when executing command
    - [bedb66f] Use one query instead of two for quota_usages
    - [422decd] VMWare - Check for compute node before triggering destroy
    - [6629116] Use debug level logging in unit tests, but don't save them.
    - [088b718] support local debug logging
    - [080f785] Revert "Use debug level logging during unit tests"
    - [fb03028] VMWare: add power off vm before detach disk during unrescue
    - [d93427a] Check for None or timestamp in availability zone api sample
    - [f5c3330f] Pass configured auth strategy to neutronclient
    - [74d1043] remove unneeded call to network_api on rebuild_instance
    - [f1fdb3c] Remove unnecessary call to fetch info_cache
    - [395ec82] Remove metadata's network-api dependence on the database
    - [a48d268] InvalidCPUInfo exception added to except block
    - [77392a9] Moved the registration of lifecycle event handler in init_host()
    - [40ae1ee] Fix display of server group members
    - [66c7ca1] Change errors_out_migration decorator to work with RPC
    - [e1e140b] Don't explode if we fail to unplug VIFs after a failed boot
    - [c816488] Remove unneeded call to fetch network info on shutdown
    - [7f9f3ef] Don't overwrite instance object with dict in _init_instance()
    - [2728f1e] Fix bug detach volume fails with "KeyError" in EC2
   * debian/patches/libvirt-Handle-unsupported-host-capabilities.patch: Fix 
exception
     when starting LXC containers. (LP: #1297962)

Date: Tue, 24 Jun 2014 10:47:47 -0400
Changed-By: Chuck Short <zul...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/nova/1:2014.1.1-0ubuntu1
Format: 1.8
Date: Tue, 24 Jun 2014 10:47:47 -0400
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.1-0ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Chuck Short <zul...@ubuntu.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: 1297962 1328134
Changes:
 nova (1:2014.1.1-0ubuntu1) trusty; urgency=medium
 .
   * Resynchronize with stable/icehouse (867341f) (LP: #1328134):
     - [867341f] Fix security group race condition while listing and deleting 
rules
     - [ffcb176] VMware: ensure rescue instance is deleted when instance is 
deleted
     - [fe4fe70] VMware: Log additional details of suds faults
     - [43f0437] Add info_cache as expected attribute when evacuate instance
     - [a2da9ce] VMware: uncaught exception during snapshot deletion
     - [1a45944] Catch InstanceNotFound exception if migration fails
     - [ee374f1] Do not wait for neutron event if not powering on libvirt domain
     - [705ad64] Reap child processes gracefully if greenlet thread gets killed
     - [f769bf8] Fixes arguments parsing when executing command
     - [bedb66f] Use one query instead of two for quota_usages
     - [422decd] VMWare - Check for compute node before triggering destroy
     - [6629116] Use debug level logging in unit tests, but don't save them.
     - [088b718] support local debug logging
     - [080f785] Revert "Use debug level logging during unit tests"
     - [fb03028] VMWare: add power off vm before detach disk during unrescue
     - [d93427a] Check for None or timestamp in availability zone api sample
     - [f5c3330f] Pass configured auth strategy to neutronclient
     - [74d1043] remove unneeded call to network_api on rebuild_instance
     - [f1fdb3c] Remove unnecessary call to fetch info_cache
     - [395ec82] Remove metadata's network-api dependence on the database
     - [a48d268] InvalidCPUInfo exception added to except block
     - [77392a9] Moved the registration of lifecycle event handler in 
init_host()
     - [40ae1ee] Fix display of server group members
     - [66c7ca1] Change errors_out_migration decorator to work with RPC
     - [e1e140b] Don't explode if we fail to unplug VIFs after a failed boot
     - [c816488] Remove unneeded call to fetch network info on shutdown
     - [7f9f3ef] Don't overwrite instance object with dict in _init_instance()
     - [2728f1e] Fix bug detach volume fails with "KeyError" in EC2
    * debian/patches/libvirt-Handle-unsupported-host-capabilities.patch: Fix 
exception
      when starting LXC containers. (LP: #1297962)
Checksums-Sha1:
 a0298d9a5ad4445939af10a34cfa6137dd610bc0 4231 nova_2014.1.1-0ubuntu1.dsc
 b2b55643b4fb3a33440ddaac95d4a03ece9fe385 7979809 nova_2014.1.1.orig.tar.gz
 847a7bdf1ef2e40d356ab6f831fa3fdc9e62505b 31284 
nova_2014.1.1-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 dfd8810ace38da53592c87d81dcd939c82ba2e7564817413cc77eb1d4bd84fbe 4231 
nova_2014.1.1-0ubuntu1.dsc
 3cb3b48c72c39e7637d6016039d353ad33de69bcd6ed04dbfdb0db9313eb9a5b 7979809 
nova_2014.1.1.orig.tar.gz
 ae1c49164e0514b6084b16e7a07fa8b70020944e36b775cc64417b7e99f60f4d 31284 
nova_2014.1.1-0ubuntu1.debian.tar.xz
Files:
 689e385e55dcf2d70f6d388fe2c596f3 4231 net extra nova_2014.1.1-0ubuntu1.dsc
 f5d54370235f8795fb8072165f06ced4 7979809 net extra nova_2014.1.1.orig.tar.gz
 e2d55b451a787f0098c3dc3f41a82957 31284 net extra 
nova_2014.1.1-0ubuntu1.debian.tar.xz
Original-Maintainer: Openstack Maintainers <openst...@lists.launchpad.net>
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes

Reply via email to