Skip to content

Instantly share code, notes, and snippets.

@Daviey
Created July 4, 2016 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daviey/0f60531944fcf938f44da2dfb7bef630 to your computer and use it in GitHub Desktop.
Save Daviey/0f60531944fcf938f44da2dfb7bef630 to your computer and use it in GitHub Desktop.
--- ./var/lib/kolla/venv/lib/python2.7/site-packages/nova/compute/rpcapi.py.orig 2016-07-04 11:20:03.570816078 -0400
+++ ./var/lib/kolla/venv/lib/python2.7/site-packages/nova/compute/rpcapi.py 2016-07-04 11:21:39.210036515 -0400
@@ -647,6 +647,7 @@
if not cell_client.can_send_version(version):
version = '4.0'
args.pop('migration')
+ LOG.debug('version to use %s', version)
cctxt = cell_client.prepare(server=host, version=version)
cctxt.cast(ctxt, 'live_migration', instance=instance,
dest=dest, block_migration=block_migration,
< DO MIGRATION >
$ grep -i "version to" /var/log/kolla/nova/nova-compute.log
<empty set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment