Tags: cloudbase/nova
Tags
hyperv: Cleans up live migration Planned VM If an instance having iSCSI volumes attached is being live-migrated, a Planned VM is created at the destination. If the live-migration fails, the Planned VM is not cleaned up at the destination. This patch will ensure that rollback_live_migration_at_destination is being called on live-migration failure for Hyper-V compute nodes, which will clean up the Planned VM. Depends-On: I91636a82b057f566eab9887c422911163668f556 Change-Id: I4d61325793ed559dede408813ebda5aed2b0f110 Closes-Bug: #1604078
Release Cloudbase Nova 16.0.1.0rc1 This release includes the upstream Nova 16.0.0 (Pike) plus some backports that failed to merge in time.
Merge "VMware: Use virtual disk size instead of image size" into stab… …le/kilo
nova 13.0.0.0rc3 release candidate meta:version: 13.0.0.0rc3 meta:series: mitaka meta:release-type: release candidate meta:announce: [email protected] meta:pypi: no meta:first: no
Fixes Python 3 str issue in ConfigDrive creation ConfigDrive creation fails on Python 3 when writing metadata to file due to the fact that in Python 3 only bytes can be written to a file. This patch fixes this issue by replacing jsonutils.dumps with jsonutils.dump_as_bytes and thus ensuring that all data that is to be written is bytes and not str. Change-Id: Ie84f8badb185295fe019d80f8036aeb941709342 Closes-Bug: #1502583
PreviousNext