nova/releasenotes/notes/deprecate_live_migration_uri-8ae6656664db5ba0.yaml
Pawel Koniszewski df334b4f41 Add new configuration option live_migration_scheme
This change adds a new configuration option to change scheme that is used
for live migrations. The change also deprecates old live_migration_uri
in favor of two other flags:

* live_migraton_inbound_addr to configure live migration target URI
* live_migration_scheme to change scheme used for live migration

The new configuration option does not break backward compatibility as
it does not override scheme set in live_migration_uri.

Change-Id: I38b3d1d42b2ffc4a2f6d7398061829d3c745b9a1
2017-01-25 15:49:42 +00:00

14 lines
554 B
YAML

---
deprecations:
- |
The ``live_migration_uri`` option in the [libvirt] configuration section
is deprecated, and will be removed in a future release. The
``live_migration_scheme`` should be used to change scheme used for live
migration, and ``live_migration_inbound_addr`` should be used to change
target URI.
features:
- |
The libvirt driver now has a ``live_migration_scheme`` configuration
option which should be used where the ``live_migration_uri`` would
previously have been configured with non-default scheme.