RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1095319 - Packstack parameter CONFIG_AMQP_SERVER lacking usage examples in documentation
Summary: Packstack parameter CONFIG_AMQP_SERVER lacking usage examples in documentation
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Lukas Bezdicka
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-07 12:56 UTC by Nir Magnezi
Modified: 2015-03-27 01:41 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-03-27 01:41:59 UTC
Embargoed:


Attachments (Terms of Use)

Description Nir Magnezi 2014-05-07 12:56:25 UTC
Description of problem:
=======================
The documentation for CONFIG_AMQP_SERVER should contain usage examples: qpid, rabbitmq
Usage options detailed here: https://github.com/stackforge/packstack/blob/master/packstack/puppet/templates/amqp.pp

Version-Release number of selected component (if applicable):
=============================================================
RDO icehouse
openstack-packstack-2014.1.1-0.11.dev1055.el7.noarch
openstack-packstack-puppet-2014.1.1-0.11.dev1055.el7.noarch

How reproducible:
=================
100%

Steps to Reproduce:
===================
1. just generate a packstack answer file and read the doc above CONFIG_AMQP_SERVER
2.
3.

Actual results:
===============
# Set the server for the AMQP service

Expected results:
=================
# Set the server for the AMQP service. valid options are: qpid, rabbitmq

Comment 1 Lars Kellogg-Stedman 2015-03-27 01:41:59 UTC
This appears to have been replaced by the more sensibly named CONFIG_AMQP_BACKEND:

# Set the AMQP service backend. Allowed values are: qpid, rabbitmq
CONFIG_AMQP_BACKEND=rabbitmq


Note You need to log in before you can comment on or make changes to this bug.