commit | e07eaccf844e3dbcb992ec26a085d5c37757ea85 | [log] [tgz] |
---|---|---|
author | Eli Qiao <liyong.qiao@intel.com> | Thu Mar 03 13:49:37 2016 +0800 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Sun Jul 17 21:56:26 2016 +0900 |
tree | 3c488a5d92e43754b02843cb7a84d870d82588ab | |
parent | 5e930c2d8a88219c014ee0e9e9a1ef7980e574ee [diff] [blame] |
Add new live_migration case to support block_migration=auto Compute microversion 2.25 supports auto block_migration and also the disk_over_commit flag has been removed. Details: http://docs.openstack.org/developer/nova/api_microversion_history.html#maximum-in-mitaka This commit adds tests for the same. Also adds the below required schema for version 2.25 tests. - 2.3 Schema. Details: http://docs.openstack.org/developer/nova/api_microversion_history.html#maximum-in-kilo - 2.16 Schema. Details: http://docs.openstack.org/developer/nova/api_microversion_history.html#id14 - 2.23 Schema. Details: http://docs.openstack.org/developer/nova/api_microversion_history.html#id21 Co-Authored-By: ghanshyam <ghanshyam.mann@nectechnologies.in> Change-Id: I0fb5567cb4f7363465b68b86174b2df039f183d9
diff --git a/doc/source/microversion_testing.rst b/doc/source/microversion_testing.rst index 17059e4..5263fdd 100644 --- a/doc/source/microversion_testing.rst +++ b/doc/source/microversion_testing.rst
@@ -217,3 +217,7 @@ * `2.20`_ .. _2.20: http://docs.openstack.org/developer/nova/api_microversion_history.html#id18 + + * `2.25`_ + + .. _2.25: http://docs.openstack.org/developer/nova/api_microversion_history.html#maximum-in-mitaka