Skip to content

Tags: cloudbase/nova

Tags

18.0.2a1

Toggle 18.0.2a1's commit message
Cloudbase Nova Rocky release

17.0.2rc1

Toggle 17.0.2rc1's commit message
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

16.0.1.0rc1

Toggle 16.0.1.0rc1's commit message
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.

14.0.1

Toggle 14.0.1's commit message
Merge "refresh instances_path when shared storage used" into stable/n…

…ewton

2015.1.4.1

Toggle 2015.1.4.1's commit message
Merge "VMware: Use virtual disk size instead of image size" into stab…

…le/kilo

13.0.0

Toggle 13.0.0's commit message
Merge pull request #8 from bclau/13.0.0.0rc3-cloudbase-release

python3.4 compatibility cherry-picks

13.0.0.0rc3

Toggle 13.0.0.0rc3's commit message

Verified

This tag was signed with the committer’s verified signature.
ttx Thierry Carrez
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

12.0.1

Toggle 12.0.1's commit message
Revert "Revert "Fixes Python 3 str issue in ConfigDrive creation""

This reverts commit cf75bf2.

12.0.0

Toggle 12.0.0's commit message
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