resizes fail: UnsupportedRpcVersion: Specified RPC version, 1.2

Bug #1074072 reported by Dan Prince
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Critical
Dan Prince

Bug Description

Using the latest version of Nova Grizzly (git c49d96e) I am currently unable to resize instances.

The following exception is reported from Nova network.log:

==> /var/log/nova/network.log <==
2012-11-01 16:20:44 12366 AUDIT nova.service [-] Starting network node (version 2013.1-LOCALBRANCH:LOCALREVISION)
2012-11-01 16:20:45 12366 INFO nova.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2012-11-01 16:25:21 12366 INFO nova.openstack.common.rpc.common [-] Connected to AMQP server on localhost:5672
2012-11-01 16:30:40 12366 ERROR nova.openstack.common.rpc.amqp [-] Exception during message handling
2012-11-01 16:30:40 12366 TRACE nova.openstack.common.rpc.amqp Traceback (most recent call last):
2012-11-01 16:30:40 12366 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/nova/openstack/common/rpc/amqp.py", line 276, in _process_data
2012-11-01 16:30:40 12366 TRACE nova.openstack.common.rpc.amqp rval = self.proxy.dispatch(ctxt, version, method, **args)
2012-11-01 16:30:40 12366 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.7/site-packages/nova/openstack/common/rpc/dispatcher.py", line 150, in dispatch
2012-11-01 16:30:40 12366 TRACE nova.openstack.common.rpc.amqp raise rpc_common.UnsupportedRpcVersion(version=version)
2012-11-01 16:30:40 12366 TRACE nova.openstack.common.rpc.amqp UnsupportedRpcVersion: Specified RPC version, 1.2, not supported by this endpoint.
2012-11-01 16:30:40 12366 TRACE nova.openstack.common.rpc.amqp

Dan Prince (dan-prince)
Changed in nova:
assignee: nobody → Dan Prince (dan-prince)
importance: Undecided → Critical
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/15226

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/15226
Committed: http://github.com/openstack/nova/commit/4c27221d30b8388f155c8f52503a5d66ae75ee32
Submitter: Jenkins
Branch: master

commit 4c27221d30b8388f155c8f52503a5d66ae75ee32
Author: Dan Prince <email address hidden>
Date: Thu Nov 1 13:28:41 2012 -0400

    Bump the base rpc version of the network api.

    In d96102b we bumped the RPC version of the migrate_instance_*
    calls in the network rpcapi. We did not however bump the associated
    RPC version in the network manager and as such resizes are now
    broken.

    This commit simply bumps the RPC version of the network
    manager based on the previous change.

    Fixes LP Bug #1074072.

    Change-Id: I4b6d6bdbcb7bb68872deee4f54b1c0636012c2cf

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-1 → 2013.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.