Add live migration options to nova.conf template

Bug #1760607 reported by Albert Mikaelyan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Invalid
Undecided
Unassigned

Bug Description

Options such as 'live_migration_permit_auto_converge' are missing from nova.conf temlpate.
The options were released in this spec: https://blueprints.launchpad.net/nova/+spec/auto-live-migration-completion
And are available at least since Ocata.

This options help with live migrations not completing because the instances are very busy at the time.

Revision history for this message
Bjoern (bjoern-t) wrote :

Hi Albert,

you can use the nova config template for that and add to your override:

nova_nova_conf_overrides:
  DEFAULT:
    live_migration_permit_auto_converge: True

The use of the conf overrides are documented at https://github.com/openstack/openstack-ansible-os_nova/blob/master/doc/source/configure-nova.rst

Changed in openstack-ansible:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.