We eagerly announce the release of: nova 17.0.1: Cloud computing fabric controller This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/nova/ For more details, please see below. Changes in nova 17.0.0..17.0.1 ------------------------------ c50ffc9 Allow 'network' in RequestContext service_catalog 370c104 Check for multiattach before removing connections b006a5b Pass user context to virt driver when detaching volume 02aac48 Handle spawning error on unshelving 9ace6ed Imported Translations from Zanata 5039511 compute: Cleans up allocations after failed resize 733b615 Update noVNC deployment docs to mention non-US keymap fix in 1.0.0 a119e05 [placement] Add functional tests for traits API 852de1e [placement] Add sending global request ID in put (3) d6a072b libvirt: disconnect volume from host during detach c65dfee Check quota before creating volume snapshots 02acd2d Add the ability to get absolute limits from Cinder 6b11eb7 Add resource_class to fields in ironic node cache 7ab98b5 unquiesce instance on volume snapshot failure Diffstat (except docs and test files) ------------------------------------- nova/compute/api.py | 77 +++++++++--- nova/compute/manager.py | 41 +++++-- nova/compute/resource_tracker.py | 21 ++-- nova/conductor/tasks/live_migrate.py | 4 +- nova/context.py | 2 +- nova/locale/cs/LC_MESSAGES/nova.po | 26 +--- nova/locale/de/LC_MESSAGES/nova.po | 26 +--- nova/locale/es/LC_MESSAGES/nova.po | 26 +--- nova/locale/fr/LC_MESSAGES/nova.po | 26 +--- nova/locale/it/LC_MESSAGES/nova.po | 26 +--- nova/locale/ja/LC_MESSAGES/nova.po | 26 +--- nova/locale/ko_KR/LC_MESSAGES/nova.po | 28 +---- nova/locale/pt_BR/LC_MESSAGES/nova.po | 28 +---- nova/locale/ru/LC_MESSAGES/nova.po | 26 +--- nova/locale/tr_TR/LC_MESSAGES/nova.po | 28 +---- nova/locale/zh_CN/LC_MESSAGES/nova.po | 28 +---- nova/locale/zh_TW/LC_MESSAGES/nova.po | 28 +---- nova/scheduler/client/report.py | 45 ++++--- nova/scheduler/utils.py | 7 +- .../api/openstack/placement/gabbits/traits.yaml | 82 ++++++++++++- .../api/openstack/placement/test_report_client.py | 24 ++-- .../api/openstack/compute/test_server_actions.py | 12 +- nova/virt/block_device.py | 2 +- nova/virt/driver.py | 2 +- nova/virt/fake.py | 2 +- nova/virt/hyperv/driver.py | 2 +- nova/virt/ironic/driver.py | 2 +- nova/virt/libvirt/driver.py | 60 +++++++-- nova/virt/vmwareapi/driver.py | 2 +- nova/virt/xenapi/driver.py | 2 +- nova/volume/cinder.py | 17 +++ 46 files changed, 772 insertions(+), 461 deletions(-)