Skip to content

Commit

Permalink
Merge "Fix up compute rpcapi version for pike release"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 24, 2018
2 parents 297de7f + 10d64b2 commit 835faf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nova/compute/rpcapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,12 @@ class ComputeAPI(object):
* 4.15 - Add tag argument to reserve_block_device_name()
* 4.16 - Add tag argument to attach_interface()
* 4.17 - Add new_attachment_id to swap_volume.
* 4.18 - Add migration to prep_resize()
... Pike supports messaging version 4.18. So any changes to existing
... Pike supports messaging version 4.17. So any changes to existing
methods in 4.x after that point should be done so that they can handle
the version_cap being set to 4.18.
the version_cap being set to 4.17.
* 4.18 - Add migration to prep_resize()
* 4.19 - build_and_run_instance() now gets a 'host_list' parameter
representing potential alternate hosts for retries within a
cell.
Expand All @@ -357,7 +357,7 @@ class ComputeAPI(object):
'mitaka': '4.11',
'newton': '4.13',
'ocata': '4.13',
'pike': '4.18',
'pike': '4.17',
'queens': '5.0',
'rocky': '5.0',
}
Expand Down

0 comments on commit 835faf3

Please sign in to comment.