X Tutup
Skip to content

Nova: Add statuses and a filter to list migrations#135

Merged
olivergondza merged 1 commit intoopenstack4j:masterfrom
flambeau4u:Add_statuses_and_a_filter_to_list_migrations
Mar 17, 2021
Merged

Nova: Add statuses and a filter to list migrations#135
olivergondza merged 1 commit intoopenstack4j:masterfrom
flambeau4u:Add_statuses_and_a_filter_to_list_migrations

Conversation

@flambeau4u
Copy link
Copy Markdown
Contributor

PR description

Add FINISHED, CONFIRMED statuses and an instance UUID filter to the list migrations.
API doc: https://docs.openstack.org/api-ref/compute/?expanded=list-migrations-detail,id312-detail#list-migrations

Submitter checklist

Make sure that following is addressed to make the PR easier to process:

  • If applicable, changes are covered by either a unit or a functional test.
  • If applicable, changes ware verified manually against an OpenStack instance.
  • If the change is API related, the PR description links to OpenStack API documentation of that particular endpoint/request (https://docs.openstack.org/api-quick-start/#current-api-versions).
  • If the change concerns particular OpenStack service, its name is used as a PR name prefix (ex.: "Neutron: Add floatingIp port forwardings service").
  • If the PR closes existing GitHub issue, PR name have prefix: Fix #NNN: .

@olivergondza
Copy link
Copy Markdown
Member

@flambeau4u, have you found some source of all valid statuses? It does not seem to be listed in the docs, and I had no luck finding this out in the source code as well.

@flambeau4u
Copy link
Copy Markdown
Contributor Author

@flambeau4u, have you found some source of all valid statuses? It does not seem to be listed in the docs, and I had no luck finding this out in the source code as well.

You can find all statuses at the link below.
https://specs.openstack.org/openstack/nova-specs/specs/pike/approved/list-show-all-server-migration-types.html

I just want two more statuses to validate status on resizing servers.
It's used also to validate on confirming resized servers.

@olivergondza olivergondza merged commit 66f0673 into openstack4j:master Mar 17, 2021
@olivergondza
Copy link
Copy Markdown
Member

Thanks, Merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup