Comment 2 for bug 1799916

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-compute (master)

Reviewed: https://review.openstack.org/613079
Committed: https://git.openstack.org/cgit/openstack/charm-nova-compute/commit/?id=1fa2a8023cd4b1acee891a09311f4fd1b803e85d
Submitter: Zuul
Branch: master

commit 1fa2a8023cd4b1acee891a09311f4fd1b803e85d
Author: Niels van Adrichem <email address hidden>
Date: Wed Oct 24 14:07:33 2018 +0000

    Enable support for auto-converge and post-copy

    Implement missing configuration options and context to support
    configuration of:

      live_migration_permit_auto_converge
      live_migration_permit_post_copy

    in nova.conf. The configuration parameters are only added to the
    nova.conf template when live-migration is actually enabled, since they
    have no purpose without live-migration enabled. The options are added to
    version Newton and upwards as that is the Nova version since they were
    first supported.

    Change-Id: I1bb3cee4ac532d0867b4297c742707668566a527
    Closes-Bug: #1799916