File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -327,12 +327,12 @@ class ComputeAPI(object):
327327 * 4.15 - Add tag argument to reserve_block_device_name()
328328 * 4.16 - Add tag argument to attach_interface()
329329 * 4.17 - Add new_attachment_id to swap_volume.
330- * 4.18 - Add migration to prep_resize()
331330
332- ... Pike supports messaging version 4.18 . So any changes to existing
331+ ... Pike supports messaging version 4.17 . So any changes to existing
333332 methods in 4.x after that point should be done so that they can handle
334- the version_cap being set to 4.18 .
333+ the version_cap being set to 4.17 .
335334
335+ * 4.18 - Add migration to prep_resize()
336336 * 4.19 - build_and_run_instance() now gets a 'host_list' parameter
337337 representing potential alternate hosts for retries within a
338338 cell.
@@ -357,7 +357,7 @@ class ComputeAPI(object):
357357 'mitaka' : '4.11' ,
358358 'newton' : '4.13' ,
359359 'ocata' : '4.13' ,
360- 'pike' : '4.18 ' ,
360+ 'pike' : '4.17 ' ,
361361 'queens' : '5.0' ,
362362 'rocky' : '5.0' ,
363363 }
You can’t perform that action at this time.
0 commit comments