Bug 889485

Summary: AMQP defaults are inconsistent
Product: Red Hat OpenStack Reporter: Zane Bitter <zbitter>
Component: openstack-quantumAssignee: Bob Kukura <rkukura>
Status: CLOSED DUPLICATE QA Contact: Ofer Blaut <oblaut>
Severity: low Docs Contact:
Priority: low    
Version: 2.0 (Folsom)CC: gkotton, lpeer, rkukura, ykaul
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-21 15:27:32 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:

Description Zane Bitter 2012-12-21 11:22:44 UTC
Nova uses the Qpid AMQP driver by default as the RPC backend, but Quantum uses the Kombu (RabbitMQ) driver which is the upstream default. The Quantum default should be changed to Qpid also, since that is the supported AMQP implementation.

Comment 2 Alan Pevec 2012-12-21 13:17:04 UTC
Indeed, quantum.conf distributed in RPM doesn't set rpc_backend, so cfg default applies, quantum.openstack.common.rpc.impl_kombu

But quantum-{node|dhcp|server}-setup scripts do set rpc_backend to quantum.openstack.common.rpc.impl_qpid along with qpid_hostname.

Anyway, I agree we should make configs consistent out of the box.

Comment 3 Alan Pevec 2012-12-21 15:27:32 UTC

*** This bug has been marked as a duplicate of bug 887822 ***