[ubuntu/oneiric-proposed] nova 2011.3+git20111117-0ubuntu1 (Accepted)

Chuck Short zulcss at ubuntu.com
Mon Dec 19 14:52:48 UTC 2011


nova (2011.3+git20111117-0ubuntu1) oneiric-proposed; urgency=low

  * New upstream release, this is a stable updates release of Nova.
    This update fixes various issues with networking issues, OS API
    issues and EC2 API issues amongst others. Fixes include:
    + Make sure to recreate gateway for moved ip. (LP: #859587)
    + Put fully qualified domain name in local-hostname.
      (LP: #854614)
    + Fix the grantee group leading for source groups.
      (LP: #859679)
    + Call endheaders when auth_token is None. (LP: #856721)
    + Remove db_pool complexities from nova.db.sqlalchemy.session.
      (LP: #838581)
    + Raise InssufficentFreeMemory. (LP: #851374) (LP: #858679)
    + Don't leak exceptions out to users. (LP: #874472)
    + Make snapshots work for amis. (LP: #873156)
    + Make snapshots private by default. (LP: #850389)
    + Snapshots/bacups can no longer happen simultaneously.
      (LP: #727502)
    + Adding backing file copy operation on kvm block migration.
      (LP: #850602)
    + Check if host list is not empty before trying to weigh
      the hosts. (LP: #861310)
    + Enforce snapshot cleanup. (LP: #861582)
    + VDI is not resized to instance_type local_gb on
      initial boot. (LP: #845714)
    + Adds the tenant id to the create images response Location
      header (LP: #862672)
    + OS api consoles create() broken. (LP: #862633)
    + Deallocate IP if build fails. (LP: #837687)
    + Stop returning correct password on api calls.
      (LP: #868360)
    + Handle pidfile exception for dnsmasq. (LP: #865399)
    + Make sure unknown extensions return 404. (LP: #869153)
    + Ensure non-default FLAGS.logfile_mode is properly converted to
      an octet. (LP: #862969)
    + Explicit errors on confirm/revertResize failures. (LP: #856527)
    + Adds ext4 and reiserfs to _mount_filesystem(). (LP: #870495)
    + Improve access check on images. (LP: #863305)
    + Auto assigning floating IPs. (LP: #834633)
    + Fix typo in scheduler. (LP: #883233)
    + Fix deletion of instances without fixed ips.
    + Fix file injection of OSAPI rebuilds. (LP: #881649)
    + Fix adding bulk create fixed ips.
    + Retry failed SQL connections (LP: #876663)
    + Updated NoAuth to account for requests ending in /
      (LP:  #882742)
    + ajax_console_proxy_port needs to be an integer.
      (LP: #884527)
    + Newly created network has no uuid.
      (LP: #861160)
    + Fix KeyError when passed unknown format of time.
      (LP: #883253)
    + Add local storage of context for logging.
      (LP: #879582)
    + Fix nova logs everything to syslog twice.
      (LP: #884863)
    + Fix nova-ajax-console-proxy crashes on shutdown.
      (LP: #884534)
    + Fix exception.KeypairNotFound usage correction.
      (LP: #885462)
    + Undefine libvirt saved instances. (LP: #814561)
  * Dropped patches:
    + debian/patches/fqdn-in-local-hostname-of-ec2-metadata.patch:
      Applied upstream.
    + debian/patches/backport-recreate-gateway-using-dhcp.patch:
      Applied upstream.
    + debian/patches/block-migration-needs-copy-backingfile.patch:
      Applied usptream.
    + debian/patches/backport-snapshot-cleanup.patch:
      Applied upstream.
    + debian/patches/fix-lp863305-images-permission.patch:
      Applied upstream.
    + debian/patches/security-fix-lp868360.patch:
      Applied upstream.

Date: Thu, 17 Nov 2011 10:05:11 -0500
Changed-By: Chuck Short <zulcss at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/nova/2011.3+git20111117-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 17 Nov 2011 10:05:11 -0500
Source: nova
Binary: python-nova nova-common nova-compute nova-compute-lxc nova-compute-uml nova-compute-xen nova-compute-kvm nova-scheduler nova-volume nova-ajax-console-proxy nova-vncproxy nova-api nova-network nova-objectstore nova-doc
Architecture: source
Version: 2011.3+git20111117-0ubuntu1
Distribution: oneiric-proposed
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chuck Short <zulcss at ubuntu.com>
Description: 
 nova-ajax-console-proxy - OpenStack Compute - AJAX console proxy
 nova-api   - OpenStack Compute - API frontend
 nova-common - OpenStack Compute - common files
 nova-compute - OpenStack Compute - compute node
 nova-compute-kvm - OpenStack Compute - compute node (KVM)
 nova-compute-lxc - OpenStack Compute - compute node (LXC)
 nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
 nova-compute-xen - OpenStack Compute - compute node (Xen)
 nova-doc   - OpenStack Compute - documetation
 nova-network - OpenStack Compute - Network manager
 nova-objectstore - OpenStack Compute - object store
 nova-scheduler - OpenStack Compute - virtual machine scheduler
 nova-vncproxy - OpenStack Compute - VNC proxy
 nova-volume - OpenStack Compute - storage
 python-nova - OpenStack Compute Python libraries
Launchpad-Bugs-Fixed: 727502 814561 834633 837687 838581 845714 850389 850602 851374 854614 856527 856721 858679 859587 859679 861160 861310 861582 862633 862672 862969 863305 865399 868360 869153 870495 873156 874472 876663 879582 881649 882742 883233 883253 884527 884534 884863 885462
Changes: 
 nova (2011.3+git20111117-0ubuntu1) oneiric-proposed; urgency=low
 .
   * New upstream release, this is a stable updates release of Nova.
     This update fixes various issues with networking issues, OS API
     issues and EC2 API issues amongst others. Fixes include:
     + Make sure to recreate gateway for moved ip. (LP: #859587)
     + Put fully qualified domain name in local-hostname.
       (LP: #854614)
     + Fix the grantee group leading for source groups.
       (LP: #859679)
     + Call endheaders when auth_token is None. (LP: #856721)
     + Remove db_pool complexities from nova.db.sqlalchemy.session.
       (LP: #838581)
     + Raise InssufficentFreeMemory. (LP: #851374) (LP: #858679)
     + Don't leak exceptions out to users. (LP: #874472)
     + Make snapshots work for amis. (LP: #873156)
     + Make snapshots private by default. (LP: #850389)
     + Snapshots/bacups can no longer happen simultaneously.
       (LP: #727502)
     + Adding backing file copy operation on kvm block migration.
       (LP: #850602)
     + Check if host list is not empty before trying to weigh
       the hosts. (LP: #861310)
     + Enforce snapshot cleanup. (LP: #861582)
     + VDI is not resized to instance_type local_gb on
       initial boot. (LP: #845714)
     + Adds the tenant id to the create images response Location
       header (LP: #862672)
     + OS api consoles create() broken. (LP: #862633)
     + Deallocate IP if build fails. (LP: #837687)
     + Stop returning correct password on api calls.
       (LP: #868360)
     + Handle pidfile exception for dnsmasq. (LP: #865399)
     + Make sure unknown extensions return 404. (LP: #869153)
     + Ensure non-default FLAGS.logfile_mode is properly converted to
       an octet. (LP: #862969)
     + Explicit errors on confirm/revertResize failures. (LP: #856527)
     + Adds ext4 and reiserfs to _mount_filesystem(). (LP: #870495)
     + Improve access check on images. (LP: #863305)
     + Auto assigning floating IPs. (LP: #834633)
     + Fix typo in scheduler. (LP: #883233)
     + Fix deletion of instances without fixed ips.
     + Fix file injection of OSAPI rebuilds. (LP: #881649)
     + Fix adding bulk create fixed ips.
     + Retry failed SQL connections (LP: #876663)
     + Updated NoAuth to account for requests ending in /
       (LP:  #882742)
     + ajax_console_proxy_port needs to be an integer.
       (LP: #884527)
     + Newly created network has no uuid.
       (LP: #861160)
     + Fix KeyError when passed unknown format of time.
       (LP: #883253)
     + Add local storage of context for logging.
       (LP: #879582)
     + Fix nova logs everything to syslog twice.
       (LP: #884863)
     + Fix nova-ajax-console-proxy crashes on shutdown.
       (LP: #884534)
     + Fix exception.KeypairNotFound usage correction.
       (LP: #885462)
     + Undefine libvirt saved instances. (LP: #814561)
   * Dropped patches:
     + debian/patches/fqdn-in-local-hostname-of-ec2-metadata.patch:
       Applied upstream.
     + debian/patches/backport-recreate-gateway-using-dhcp.patch:
       Applied upstream.
     + debian/patches/block-migration-needs-copy-backingfile.patch:
       Applied usptream.
     + debian/patches/backport-snapshot-cleanup.patch:
       Applied upstream.
     + debian/patches/fix-lp863305-images-permission.patch:
       Applied upstream.
     + debian/patches/security-fix-lp868360.patch:
       Applied upstream.
Checksums-Sha1: 
 155459d87018ac19b63bf09e2cbfbf831d6483eb 2759 nova_2011.3+git20111117-0ubuntu1.dsc
 e66aeeff44a07c56a283ac3c36abd1639b3df1e4 3809177 nova_2011.3+git20111117.orig.tar.gz
 224aa4ff18d2f5ee11c0defb344eb6268f081365 63645 nova_2011.3+git20111117-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 0b35554dc889274e31cff051f3a41533331ddc91d5e3bf96d76160601bb8c514 2759 nova_2011.3+git20111117-0ubuntu1.dsc
 b4aa50b12ef42715b31d9dd0350f39f293482eac4ad90f97098f1d28e4b4a6b0 3809177 nova_2011.3+git20111117.orig.tar.gz
 82e9fea953923aeaab20c777a4f29d79723ec8a6672bbe000b25ff36137868db 63645 nova_2011.3+git20111117-0ubuntu1.debian.tar.gz
Files: 
 a95983603ffa62f7bf7cfd50c7e3ba95 2759 net extra nova_2011.3+git20111117-0ubuntu1.dsc
 3f6f8cddf9bc67a86b391e6dc1e60677 3809177 net extra nova_2011.3+git20111117.orig.tar.gz
 eee02153f348258ae710d9d29021c543 63645 net extra nova_2011.3+git20111117-0ubuntu1.debian.tar.gz
Original-Maintainer: Openstack Maintainers <openstack at lists.launchpad.net>


More information about the Oneiric-changes mailing list