Skip to content

Commit 835faf3

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix up compute rpcapi version for pike release"
2 parents 297de7f + 10d64b2 commit 835faf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nova/compute/rpcapi.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)