From cf078b1bf01ae8b830521cdc7a75748be5127ca9 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 21 Mar 2019 12:23:36 -0400 Subject: [PATCH] nova: release rocky 18.2.0 Looks like we have had a lot of changes since 18.1.0. This is a minor version bump for at least two changes which introduce changes to fix latent broken behavior: 52b8973442 Fail to live migration if instance has a NUMA topology 1559db5704 Check hosts have no instances for AZ rename Full change log: $ git log --oneline --no-merges 18.1.0..9bb78d5765dab01e38327f57312583c189a352d5 02d6146e4d Fix resetting non-persistent fields when saving obj 133763d358 (bug/1768876-rocky) Update instance.availability_zone during live migration d4cea970c2 pass endpoint interface to Ironic client 7d0dd625d3 Allow utime call to fail on qcow2 image base file cfad7a1faa (bug/1818047-rocky) Handle templated cell mappings in nova-status 50cc1e8bb6 Handle missing exception in instance creation code 31b74bfa40 Fix WeighedHost logging regression 1559db5704 Check hosts have no instances for AZ rename e2185168f8 Fix an error when generating a host ID b09f2e58e9 Fix resource tracker updates during instance evacuation 81b0e5a068 ironic: check fresh data when sync_power_state doesn't line up 4ede352811 ironic: stop hammering ironic API in power sync loop 40771bc155 Fix race in test_volume_swap_server_with_error ecdf3c67ee fix up numa-topology live migration hypervisor check 32a77abbfc (bug/1813216) Move legacy-grenade-dsvm-neutron-multinode-live-migration in-tree c4a2a32f07 Fix legacy-grenade-dsvm-neutron-multinode-live-migration 35a050a520 Avoid BadRequest error log on volume attachment 0794345ecd Don't emit warning when ironic properties are zero 3310c3cbf5 Lock detach_volume a4017aaa53 Fix a missing policy in test policy data 315d9fab7a Provide a useful error message when trying to update non-compute services 1a684f6fbe Ignore VolumeAttachmentNotFound exception in compute.manager 99f0c4c014 tox: Don't write byte code (maybe) 75e0f5a9b1 Avoid redundant initialize_connection on source post live migration cb65d3d69c Fix InstanceMapping to always default queued_for_delete=False 9f9f372f33 PCI: do not force remove allocated devices 218c0f5f97 Use X-Forwarded-Proto as origin protocol if present e7dc43bf84 Don't call begin_detaching when detaching volume from shelved vm d2662df485 Fix port dns_name reset 1ac56a4038 Skip checking of target_dev for vhostuser 780ccfcbde Fix overcommit for NUMA-based instances 444d65221c Fix typo a0f5618ffa Fix using template cell urls with nova-manage ba269da87a Convert port to str when validate console port 6061186d2d Fix incompatible version handling in BuildRequest 6e1120ae30 Send context.global_id on neutron calls 8c678ae572 libvirt: Add workaround to cleanup instance dir when using rbd 7a0203c9ad Restore nova-consoleauth to install docs e54b064c91 Add links to summit videos in user/cells.rst 99bf929024 Removing pip-missing-reqs from default tox jobs eea3de99c6 Imported Translations from Zanata f5d8ee1bfc Ensure rbd auth fallback uses matching credentials 56778f82d6 Fix destination_type attribute in the bdm_v2 documentation 87be408b12 Fix a broken link 3eb0ba988f Exclude build request marker from server listing 44d405083d Fix a broken-link in nova doc c4db57c3de Fix a broken-link in nova doc ec91a66da4 Fix an inaccurate link in nova doc 3b18ab4b32 Document using service user tokens for long running operations bc0a5d0355 Handle unbound vif plug errors on compute restart 3e38d1cf16 Update port device_owner when unshelving 52b8973442 Fail to live migration if instance has a NUMA topology db6fc29ad2 Make compute rpcapi version calculation check all cells a8b5d0c2bd Migrate nova v2.0 legacy job to zuulv3 Change-Id: I346b1c2d170fb5e78692f62734317eac54d9a123 --- deliverables/rocky/nova.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deliverables/rocky/nova.yaml b/deliverables/rocky/nova.yaml index 08503017cc..50774a02c5 100644 --- a/deliverables/rocky/nova.yaml +++ b/deliverables/rocky/nova.yaml @@ -52,6 +52,10 @@ releases: - hash: f5984400373716ee5473266ab2a15bcd74f604fc repo: openstack/nova version: 18.1.0 + - projects: + - hash: 9bb78d5765dab01e38327f57312583c189a352d5 + repo: openstack/nova + version: 18.2.0 branches: - location: 18.0.0.0rc1 name: stable/rocky