Bug 910444 - [Doc] rpc_backend no longer in /etc/nova/nova.conf breaks nova-manage at least
Summary: [Doc] rpc_backend no longer in /etc/nova/nova.conf breaks nova-manage at least
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: doc-Getting_Started_Guide
Version: 2.1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: snapshot2
: 2.1
Assignee: Stephen Gordon
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On: 909286
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-12 16:42 UTC by Stephen Gordon
Modified: 2019-09-09 15:53 UTC (History)
5 users (show)

Fixed In Version: Red_Hat_OpenStack_Preview-Getting_Started_Guide-2-en-US-1.0-21.el6eng
Doc Type: Bug Fix
Doc Text:
Clone Of: 909286
Environment:
Last Closed: 2013-03-04 19:39:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 4 Stephen Gordon 2013-02-12 22:06:48 UTC
commit 109e32b687bd55635fd836cc342907dba1b7fcfc
Author: Stephen Gordon <sgordon>
Date:   Tue Feb 12 17:03:14 2013 -0500

    BZ#910444, BZ#910447 - Added admonition about configuring message broker.
    
    An issue was identified with the configuration of the Cinder and Nova
    command line management tools. By default in a manually created
    deployment they would (unintentionally) default to using RabbitMQ
    instead of the supported solution for RHOS which is QPID.
    
    As this issue is expected to be temporary in nature it has been
    documented in the guide in the form of an admonition.

Comment 5 Stephen Gordon 2013-02-13 15:04:24 UTC
This change was actually reverted as when preparing the errata it came to light that the information given was slightly inaccurate.

Comment 6 Stephen Gordon 2013-02-13 16:40:01 UTC
commit b549e575f74650cca48627e97877917b3df4ce61
Author: Stephen Gordon <sgordon>
Date:   Wed Feb 13 11:37:38 2013 -0500

      BZ#910444, BZ#910447 - Added admonitions about reconfiguring defaults.
    
    An issue was identified with the default configuration of the Cinder and
    Nova command line management tools when installed manually (as opposed to
    using packstack).
    
    As they do not currently consider distribution specific configuration options
    several values relating to the queue broker and database server must be
    set manually.

Comment 7 jliberma@redhat.com 2013-02-13 21:43:38 UTC
Can someone document the specific configuration options for Nova AND Cinder that mus be set manually?

Comment 8 Stephen Gordon 2013-02-14 02:29:49 UTC
(In reply to comment #7)
> Can someone document the specific configuration options for Nova AND Cinder
> that mus be set manually?

Bug # 910447 is for Cinder. Effectively the update for both is fairly similar:

"The nova-manage utility which is called when initializing Nova currently only retrieves configuration values from /etc/nova/nova.conf.

As a result it ignores distribution specific configuration values defined in other files. To work around this you must ensure that once you have installed the openstack-nova package:

  * The rpc_backend configuration key in the /etc/nova/nova.conf file is set to nova.rpc.impl_qpid.
  * The sql_connection configuration key in the /etc/nova/nova.conf file is set and contains the correct details of the MySQL server in your environment. 

If using a remote QPID server you must also ensure that the qpid_hostname and qpid_port configuration keys in the /etc/nova/nova.conf file are set. They must contain the correct details of the QPID server for your environment."


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