summaryrefslogtreecommitdiff
path: root/nova/api/openstack/compute/plugins/v3/migrate_server.py
Commit message (Expand)AuthorAgeFilesLines
* Move v2.1 code to the main compute directory - remove v3 step3EdLeafe2015-08-131-115/+0
* Remove want_objects kwarg from nova.api.openstack.common.get_instanceMatt Riedemann2015-03-031-4/+2
* Merge "Move migrate-server policy enforce into REST API"Jenkins2015-02-241-6/+4
|\
| * Move migrate-server policy enforce into REST APIpark hei2015-02-121-6/+4
* | Support live-migrate of instances in PAUSED stateLoganathan Parthipan2015-02-181-1/+0
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
|/
* Fix live migration api stuck when migrate to old nova nodeHe Jie Xu2014-11-131-1/+2
* Use wsgi.response for v2.1 APIKen'ichi Ohmichi2014-10-231-4/+2
* Merge "Use oslo.utils"Jenkins2014-10-081-1/+1
|\
| * Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* | Log id in raise_http_conflict_for_instance_invalid_state()Matthew Treinish2014-10-071-2/+2
|/
* Convert migrate_server v3 plugin to v2.1Chris Yeoh2014-09-011-5/+5
* Change error status code for out of quota to be 403 instead of 413Chris Yeoh2014-08-221-7/+3
* Standardize logging for v3 api extensionsChris Yeoh2014-08-081-2/+0
* Merge "Add API schema for v2.1/v3 migrate_server API"Jenkins2014-07-171-16/+10
|\
| * Add API schema for v2.1/v3 migrate_server APIKen'ichi Ohmichi2014-05-301-16/+10
* | Merge "Make resize raise exception when no valid host found"Jenkins2014-07-151-0/+3
|\ \
| * | Make resize raise exception when no valid host foundjichenjc2014-06-171-0/+3
| |/
* | Adds instance lock check for live migrateChris Yeoh2014-06-231-0/+2
* | Remove XML namespace from some v3 extensionsshuangtai2014-06-111-1/+0
|/
* Ensure live-migrate reverts if server not runningJohn Garbutt2014-05-231-2/+5
* Adds migrate server extension for V3 APIChris Yeoh2014-02-111-0/+126