dd2b63c6f6
The existing extra_params only works for generic ironic-dbsync arguments (like --config-file), but not for arguments specific to migrations (like --max-count). Change-Id: I693738c8b4f7b99082fca56137af6cbe24c06213 Related-Bug: #1690185
8 lines
277 B
YAML
8 lines
277 B
YAML
---
|
|
features:
|
|
- |
|
|
Add new parameter ``ironic::db::online_data_migrations::migration_params``
|
|
to allow passing arguments to migration themselves (``extra_params`` passes
|
|
arguments to the ``ironic-dbsync`` command itself and cannot be used to
|
|
tune migrations).
|