Current Series Release Notes

32.0.0-12

New Features

  • The nova-conductor services now can be run in native threading mode instead of with eventlet. This is an experimental feature that is disabled by default. Please test the native threading mode in pre-production before enabling it in production. Please read the concurrency guide for more details.

Bug Fixes

  • Fixed the issue bug 2044235 where Nova Conductor puts an instance into an error state if any errors occur during execution of the ‘check_can_live_migrate_source()’ method in an RPC call. Now, any error is caught and a MigrationPreCheckError exception is re-raised to reset the instance state.