summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml
blob: 14e028d38e83b8a86c643ef2b72181a2837848ad (plain)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    The ``--migration-type`` and ``--source-compute`` options are added to the
    ``nova migration-list`` CLI and related kwargs are added to the
    ``novaclient.v2.migrations.MigrationManager.list`` method. These can be
    used to filter the list of migrations by type (evacuation, live-migration,
    migration, resize) and the name of the source compute service host involved
    in the migration.