instance migration to specific compute-node using API
Hi all,
is it possible to generate an instance migration to a specific host using API request? this is the related APIs that we found, but in none of them you can specify the destination compute node.
/v2/{tenant_id}/servers/{server_id}/actionLive-migrate server Live-migrates a server to a new host without rebooting.
/v2/{tenant_id}/servers/{server_id}/actionMigrate server Migrates a server to a host. The scheduler chooses the host.
/v2/{tenant_id}/os-migrationsGet migrations Enables an administrative user to fetch in-progress migrations for a region or specified cell in a region
if i do want to migrate an instance to a specific compute node, lets say using some script, how can i do it?
thanks in advance,
Alon.