summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml')
-rw-r--r--releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml b/releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml
new file mode 100644
index 00000000..14e028d3
--- /dev/null
+++ b/releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml
@@ -0,0 +1,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.