Ussuri Series Release Notes¶
2.0.0¶
Upgrade Notes¶
Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.
1.40.2¶
Bug Fixes¶
SIGHUP
is now handled properly withrestart_method='mutate'
, no longer restarting child processes. See bug 1794708 for details. In conjunction with the fix for bug 1715374 in oslo.privsep, the nova-compute service now behaves correctly when it receivesSIGHUP
.