Change logs for nova source package in Vivid

  • nova (1:2015.1.2-0ubuntu2) vivid; urgency=medium
    
      * d/control: Bump oslo.concurrency to >= 1.8.2 (LP: #1518016).
    
     -- Corey Bryant <email address hidden>  Fri, 20 Nov 2015 07:56:47 -0500
  • nova (1:2015.1.2-0ubuntu1) vivid; urgency=medium
    
      * Resynchronize with stable/kilo (68e9359) (LP: #1506058):
        - [68e9359] Fix quota update in init_instance on nova-compute restart
        - [d864603] Raise InstanceNotFound when save FK constraint fails
        - [db45b1e] Give instance default hostname if hostname is empty
        - [61f119e] Relax restrictions on server name
        - [2e731eb] Remove unnecessary 'context' param from quotas reserve method
                    call
        - [5579928] Updated from global requirements
        - [08d1153] Don't expect meta attributes in object_compat that aren't in the
                    db obj
        - [5c6f01f] VMware: pass network info to config drive.
        - [17b5052] Allow to use autodetection of volume device path
        - [5642b17] Delete orphaned instance files from compute nodes
        - [8110cdc] Updated from global requirements
        - [1f5b385] Hyper-V: Fixes serial port issue on Windows Threshold
        - [24251df] Handle FC LUN IDs greater 255 correctly on s390x architectures
        - [dcde7e7] Update obj_reset_changes signatures to match
        - [e16fcfa] Unshelving volume backed instance fails
        - [8fccffd] Make pagination tolerate a deleted marker
        - [587092c] Fix live-migrations usage of the wrong connector information
        - [8794b93] Don't check flavor disk size when booting from volume
        - [c1ad497] Updated from global requirements
        - [0b37312] Hyper-V: Removes old instance dirs after live migration
        - [2d571b1] Hyper-V: Fixes live migration configdrive copy operation
        - [07506f5] Hyper-V: Fix SMBFS volume attach race condition
        - [60356bf] Hyper-V: Fix missing WMI namespace issue on Windows 2008 R2
        - [83fb8cc] Hyper-V: Fix virtual hard disk detach
        - [6c857c2] Updated from global requirements
        - [0313351] Compute: replace incorrect instance object with dict
        - [9724d50] Don't pass the service catalog when making glance requests
        - [b5020a0] libvirt: Kill rsync/scp processes before deleting instance
        - [3f337f8] Support host type specific block volume attachment
        - [cb2a8fb] Fix serializer supported version reporting in object_backport
        - [701c889] Execute _poll_shelved_instances only if shelved_offload_time is
                    > 0
        - [eb3b1c8] Fix rebuild of an instance with a volume attached
        - [e459add] Handle unexpected clear events call
        - [8280575] Support ssh-keygen of OpenSSH 6.8
        - [9a51140] Kilo-Removing extension "OS-EXT-VIF-NET" from v2.1 ext list
        - [b3f7b77] Fix wrong check when use image in local
        - [b13726b] Fix race between resource audit and cpu pinning
       * debian/patches/not-check-disk-size.patch: Dropped no longer needed.
    
     -- Chuck Short <email address hidden>  Wed, 14 Oct 2015 09:12:32 -0400
  • nova (1:2015.1.1-0ubuntu2) vivid; urgency=medium
    
      [ Corey Bryant ]
      * d/rules: Prevent dh_python2 from guessing dependencies.
    
      [ Liang Chen ]
      * d/p/not-check-disk-size.patch: Fix booting from volume error
        when flavor disk too small (LP: #1457517)
    
     -- Corey Bryant <email address hidden>  Thu, 13 Aug 2015 15:13:43 -0400
  • nova (1:2015.1.1-0ubuntu1) vivid; urgency=medium
    
      * Resynchronize with stable/kilo (d8a470d) (LP: #1481008):
        - [e6e39e1] Remove incorrect Instance 1.18 relationship for PciDevice 1.2
        - [a55ea8c] Fix the incorrect PciDeviceList version number
        - [e56aed8] Add support for forcing migrate_flavor_data
        - [ccd002b] Fix migrate_flavor_data string substitution
        - [124b501] Allow libvirt cleanup completion when serial ports already released
        - [4908d46] Fixed incorrect dhcp_server value during nova-network creation
        - [0cf44ff] Fixed nova-network dhcp-hostsfile update during live-migration
        - [dc6af6b] libvirt: handle code=38 + sigkill (ebusy) in destroy()
        - [6e22a8b] hypervisor support matrix: add kvm on system z in kilo release
        - [e013ebf] Fix max_number for migrate_flavor data
        - [2b5fe5d] Reduce window for allocate_fixed_ip / release_fixed_ip race in nova-net
        - [cd6353a] Mark ironic credential config as secret
        - [48a6217] Ensure to store context in thread local after spawn/spawn_n
        - [fc7f1ab] Store context in local store after spawn_n
        - [199f0ab] Fixes TypeError when libvirt version is BAD_LIBVIRT_CPU_POLICY_VERSIONS
        - [1f4088d] Add 'docker' to the list of known hypervisor types
        - [30fe27d] Fix noVNC console access for an IPv6 setup
        - [41ba203] libvirt: Don't try to confine a non-NUMA instance
        - [2635ee0] Fix quota-update stuck in deleting when nova-compute startup finish
        - [540221f] Remove useless volume when boot from volume failed
        - [4bb1e08] network: fix instance cache refresh for empty list
        - [22adc62] Make nova-manage handle completely missing flavor information
        - [c66c8e1] libvirt: safe_decode xml for i18n logging
        - [c42b47e] Reschedules sometimes do not allocate networks
        - [72f7e30] Hyper-V: Fixes cold migration / resize issue
        - [a0f093a] Create instance_extra entry if it doesn't update
        - [6463b38] Don't wait for an event on a resize-revert
        - [d55ee5a] Ironic: pass injected files through to configdrive
        - [e7519b4] Associate floating IPs with first v4 fixed IP if none specified
        - [d18058e] libvirt: handle NotSupportedError in compareCPU
        - [1a6053b] fix network setup on evacuate
        - [aaaf7ce] Delete shelved_* keys in n-cpu unshelve call
        - [82f83d4] Correct the help text for the compute option.
        - [8ba0159] Fix loading things in instance_extra for old instances
        - [709f0bb] Delay STOPPED lifecycle event for all domains, not just Xen
        - [1b941f1] Handle return code 2 from blkid calls
        - [8e9ecf7] Libvirt: Use tpool to invoke guestfs api
        - [7ae9466] Incorrect argument order passed to swap_volume
        - [c363c2d] VMWare: Isolate unit tests from requests
        - [e896c5a] Make test_version_string_with_package_is_good work with pbr 0.11
        - [cbf606b] view hypervisor details rest api should be allowed for non-admins
        - [c1b6e1a] sync oslo: service child process normal SIGTERM exit
        - [d8a470d] Hyper-V: checks for existent Notes in list_instance_notes
      * d/p/fixup-blkid.patch: Dropped. Fixed upstream.
    
     -- Corey Bryant <email address hidden>  Mon, 03 Aug 2015 14:30:20 -0400
  • nova (1:2015.1.0-0ubuntu1.1) vivid; urgency=medium
    
      * d/nova-compute.upstart.in: Fix (another) race between nova-compute
        and neutron-ovs-cleanup (LP: #1471022).
    
     -- Edward Hope-Morley <email address hidden>  Fri, 03 Jul 2015 18:57:59 +0100
  • nova (1:2015.1.0-0ubuntu1) vivid; urgency=medium
    
      * New upstream release for OpenStack Kilo. (LP: #1449744)
    
     -- Chuck Short <email address hidden>  Sun, 03 May 2015 13:56:17 -0400
  • nova (1:2015.1~rc1-0ubuntu1) vivid; urgency=medium
    
      * New uptream milestone release:
        - d/control: Align with upstream version requirements.
     -- Chuck Short <email address hidden>   Wed, 15 Apr 2015 14:00:05 -0400
  • nova (1:2015.1~b3-0ubuntu1) vivid; urgency=medium
    
      * New upstream milestone release:
        - d/p/*: Refresh.
        - d/p/compute-blkid-filter.patch,fix-oslo-transition.patch: Dropped,
          no longer required.
        - d/p/rate-limit-power-syncs.patch: Disable pending full rebase.
        - d/control: Align with upstream version requirements.
        - d/control: Add new dependencies on oslo-log, psutil.
        - d/control: Move oslo-vmware dependency to nova-compute-vmware package
          as no longer core.
        - d/p/skip-proxy-test.patch: Skip test which fails in launchpad buildds
          due to proxy confusion.
      * d/control: Add python-testresources to BD's.
      * d/pydist-overrides: Add overrides for oslo packages.
     -- James Page <email address hidden>   Mon, 30 Mar 2015 11:20:49 +0100
  • nova (1:2015.1~b2-0ubuntu6) vivid; urgency=medium
    
      * d/p/fixup-blkid.patch: Cherry pick inflight fix for return code
        handling of blkid calls in libvirt kvm compute driver (LP: #1426324).
     -- James Page <email address hidden>   Tue, 03 Mar 2015 14:42:44 +0000
  • nova (1:2015.1~b2-0ubuntu5) vivid; urgency=medium
    
      * d/nova-compute.init.in: Start after neutron-ovs-cleanup if
        installed.
      * d/p/compute-blkid-filter.patch: Cherry pick fix for missing blkid
        rootwrap filter from upstream gerrit (LP: #1424054).
     -- James Page <email address hidden>   Tue, 24 Feb 2015 14:13:16 +0000
  • nova (1:2015.1~b2-0ubuntu4) vivid; urgency=medium
    
      * Fixed race between nova-compute and neutron-ovs-cleanup (LP: #1420572).
     -- Edward Hope-Morley <email address hidden>   Mon, 23 Feb 2015 13:41:47 +0000
  • nova (1:2015.1~b2-0ubuntu3) vivid; urgency=medium
    
      * debian/control: Remove python-wsgiref and add it the blacklist.
     -- Chuck Short <email address hidden>   Fri, 13 Feb 2015 13:12:53 -0500
  • nova (1:2015.1~b2-0ubuntu2) vivid; urgency=medium
    
      [ Corey Byrant ]
      * d/control: Align with upstream dependencies.
    
      [ Chuck Short]
      * debian/patches/fix-oslo-transition.patch: Fixes oslo transtion.
     -- Chuck Short <email address hidden>   Thu, 12 Feb 2015 14:02:31 -0500
  • nova (1:2015.1~b2-0ubuntu1) vivid; urgency=medium
    
      [ Corey Byrant ]
      * New upstream release.
        - d/control: Align with upstream dependencies.
        - d/p/arm-console-patch.patch: Rebased.
        - d/p/update-run-tests.patch: Rebased.
        - d/p/rate-limit-power-syncs.patch: Rebased.
        - d/p/skip-ubuntu-tests.patch: Dropped. Patched code removed upstream.
    
      [ Chuck Short ]
      * debian/control: Transition to new oslo namespace.
      * debian/control: Dropped python-posix-ipc, python-anyjson,  python-pycadf,
        python-lockfile, python-simplejson, python-mox, python-feedparser, and,
        python-wsgiref
      * debian/patches/skip-ubuntu-tests.patch: Skipped failing tests.
     -- Chuck Short <email address hidden>   Thu, 12 Feb 2015 09:05:09 -0500
  • nova (1:2015.1~b1-0ubuntu5) vivid; urgency=medium
    
      * Rebuild to pick up pkgos upstart generation fix.
        - d/control: Bump openstack-pkg-tools to ensure upstart fix inclusion.
     -- Corey Bryant <email address hidden>   Wed, 14 Jan 2015 16:27:46 +0000
  • nova (1:2015.1~b1-0ubuntu4) vivid; urgency=medium
    
      * d/nova-objectstore.init.in: Add missing init.in configuration for
        object storage daemon, resolving DEP-8 test failure.
     -- James Page <email address hidden>   Mon, 12 Jan 2015 08:31:49 +0000
  • nova (1:2015.1~b1-0ubuntu3) vivid; urgency=medium
    
      * Systemd enablement:
        - d/control,rules: Add BD on openstack-pkg-tools, include in rules file.
        - d/*.init.in: Cherry pick and adapt init script template configurations
          from Debian packaging (thanks Thomas).
        - d/*.upstart: Drop all upstart configuration files in preference to
          templates apart from nova-compute.
        - d/nova-compute.upstart.in: Rename to make part of openstack-pkg-tools
          templating.
      * d/control,d/nova-serialproxy.*: Add nova-serialproxy binary package,
        moved from nova-compute package.
      * d/*.logrotate,nova-common.logrotate: Move to single logrotate
        configuration file.
      * d/compat,control: Bump debhelper compat level to 9.
      * Patchworks:
        - d/p/scalable-scheduler.patch: Cherry pick scalable scheduler feature
          from upstream gerrit.
        - d/p/rate-limit-power-syncs.patch: Cherry pick feature to rate limit
          power sync tasks from compute nodes from upstream gerrit.
      * d/changelog: Fixup formatting error for 1:2013.2~b3-0ubuntu2.
      * d/*.manpages: Add any missing manpages.
      * d/rules: General tidy.
      * d/control: Drop obsolete ostack-lsb-base usage for dependency generation.
      * d/control: Switch unversioned Breaks: nova-api to Conflicts.
     -- James Page <email address hidden>   Thu, 08 Jan 2015 10:09:44 +0000
  • nova (1:2015.1~b1-0ubuntu2) vivid; urgency=medium
    
      * d/tests/*: Drop nova-baremetal tests.
     -- James Page <email address hidden>   Sat, 20 Dec 2014 09:27:30 +0000
  • nova (1:2015.1~b1-0ubuntu1) vivid; urgency=medium
    
      [ Chuck Short ]
      * Open for Kilo
      * debian/control: Update bzr branch.
      * debian/patches/arm-console-patch.patch: Refreshed.
      * debian/patches/disable-websockify-tests.patch: Refreshed.
      * debian/patches/skip-ubuntu-tests.patch: Refreshed.
      * debian/control: Add python-oslo.middleware as a build dependency.
      * debian/control: Add python-oslo.concurrency as a build dependency.
      * debian/control: Add python-oslo.serializatoin as a build dependency.
      * debian/control: Add python-oslo.utils as a build dependency.
      * debian/control: Add python-requests-mock as a build dependency.
      * debian/control: Add python-mox3 as a build depenency.
      * debian/nova-baremetal.install: Remove baremetal helpers.
      * debian/patches/skip-cinder-tests.patch: Skip cinder tests that
        are not setup.
      * debian/control: Remove nova-baremetal.
      * debian/control:
        - Bump python-sqlachemy-ext to 0.8.4.
        - Bump python-eventlet to 0.15.2.
    
      [ James Page ]
      * New upstream release:
        - d/p/*: Refreshed.
        - d/control: Align version requirements with upstream.
      * d/control: Bumped Standards-Version to 3.9.6, no changes.
      * d/rules: Limit package build tests to unit tests only.
     -- James Page <email address hidden>   Fri, 19 Dec 2014 17:16:33 +0000
  • nova (1:2014.2-0ubuntu1) utopic; urgency=medium
    
      [ Chuck Short ]
      * New upstream release.
    
      [ James Page ]
      * d/p/neutron-floating-ip-list.patch: Cherry pick proposed fix for
        missing server uuids in floating-ip-list when using neutron networking
        (LP: #1380965).
     -- Chuck Short <email address hidden>   Thu, 16 Oct 2014 13:44:25 -0400