Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/

Bug 1141601

Summary: Juno nova error when launching instances in multinode environment: 'UnsupportedVersion: Endpoint does not support RPC version 1.50'
Product: [Community] RDO Reporter: wes hayutin <whayutin>
Component: openstack-novaAssignee: Russell Bryant <rbryant>
Status: CLOSED NOTABUG QA Contact: Ami Jeain <ajeain>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: ndipanov, rbryant, yeylon
Target Milestone: Milestone3   
Target Release: Juno   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-15 14:10:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
controller, and install logs
none
compute logs none

Description wes hayutin 2014-09-15 02:38:01 UTC
Created attachment 937402 [details]
controller, and install logs

Description of problem:

2014-09-15 02:07:18.057 5247 TRACE nova.openstack.common.threadgroup RemoteError: Remote error: UnsupportedVersion Endpoint does not support RPC version 1.50
2014-09-15 02:07:18.057 5247 TRACE nova.openstack.common.threadgroup [u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.7/site-packages/oslo/messaging/rpc/dispatcher.py", line 134, in _dispatch_and_reply\n    incoming.message))\n', u'  File "/usr/lib/python2.7/site-packages/oslo/messaging/rpc/dispatcher.py", line 186, in _dispatch\n    raise UnsupportedVersion(version)\n', u'UnsupportedVersion: Endpoint does not support RPC version 1.50\n'].
2014-09-15 02:07:18.057 5247 TRACE nova.openstack.common.threadgroup 

Environment.
Neutron - gre
1. controller node
2. compute node

See install logs, compute logs for details.

Comment 1 wes hayutin 2014-09-15 02:38:45 UTC
Created attachment 937403 [details]
compute logs

Nova error can be found here.

Comment 2 Russell Bryant 2014-09-15 14:10:09 UTC
It looks like a version skew issue.  The compute version is Havana and the controller is Juno.


On the compute node:

  Sep 15 02:07:12 Installed: openstack-nova-compute-2013.2.3-2.fc20.noarch

On the controller node:

  Sep 15 02:06:04 Installed: openstack-nova-conductor-2014.2-0.2.b2.fc22.noarch

Comment 3 wes hayutin 2014-09-15 14:28:36 UTC
ack.. confirmed 
neither packstack or the test automation is laying down the correct yum repositories on the compute node.

Fixing the issue now, and will retest. 
Thanks Russell