summaryrefslogtreecommitdiff
path: root/doc/api_samples/os-migrate-server
Commit message (Collapse)AuthorAgeFilesLines
* API: Remove evacuate/live-migrate 'force' parameterStephen Finucane2019-02-081-0/+6
| | | | | | | | | | | Add a new microversion that removes support for the aforementioned argument, which cannot be adequately guaranteed in the new placement world. Change-Id: I2a395aa6eccad75a97fa49e993b0300bdcfc7258 Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Implements: blueprint remove-force-flag-from-live-migrate-and-evacuate APIImpact
* Enable cold migration with target host(2/2)Takashi NATSUME2017-11-292-0/+8
| | | | | | | | | | | | | This function enables users to specify a target host when cold migrating a VM instance. This patch modifies the migration API. APIImpact Add an optional parameter 'host' in cold migration action. Change-Id: Iee356c4dd097c846b6ca8617ead6a061300c83f8 Implements: blueprint cold-migration-with-target-queens
* API change for verifying the scheduler when live migratingSylvain Bauza2016-06-061-0/+7
| | | | | | | | | | | | | After modifying the evacuate action, we now add a new microversion change for modifying the live-migrate call so that the scheduler is called when the admin user provides an hostname unless the force field is provided. APIImpact Implements: blueprint check-destination-on-migrations-newton Change-Id: I212cbb44f46d7cb36b5d8c74a79065d38fc526d8
* API: Improve os-migrateLive input parametersEli Qiao2016-02-291-0/+6
| | | | | | | | | | | | This is os-migrateLive API changes: * 2.25 - Make block_migration to support 'auto' value, remove disk_over_commit. Partially implements: blueprint making-live-migration-api-friendly APIImpact DocImpact Change-Id: Ibb0d50f0f7444028ef9d0c294aea41edf0024b31
* Move the v2 api_sample functional testsHe Jie Xu2015-08-182-0/+10
This patch move the all v2.1 api sample tests under 'functional/api_sample_tests'. Also move sample files under 'doc/api-samples'. Co-Authored-By: Ed Leafe <ed@leafe.com> Co-Authored-By: Alex Xu <hejie.xu@intel.com> Partial-Bug: #1462901 Change-Id: I2b924f2ad7687a23a018a9b658e8acd9e04d7963