Description of problem: It seems recent versions of packstack (or probably the underlying puppet manifests) configure nova and neutron with a qpid username and password, but the broker is not configured to require one. This breaks nova and neutron. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run packstack 2. Attempt to access nova/neutron 3. Observe they're broken, and that the config files contain a section like: # Username for qpid connection # qpid_username = '' qpid_username = guest # Password for qpid connection # qpid_password = '' qpid_password = guest Actual results: Nova/Neutron are misconfigured, the username/password thing seems to be a cut/paste error from rabbit somewhere. Expected results: Nova/Neutron are correctly configured. Additional info:
Observed with openstack-packstack-2013.2.1-0.10.dev763.fc20.noarch
This problem does no appear in the latest package: openstack-packstack-2013.2.1-0.22.dev956 The qpid authentication is disabled in /etc/qpidd.conf so it will discard the credentials. i can succesfully access nova and neutron # nova image-list +--------------------------------------+--------+--------+--------+ | ID | Name | Status | Server | +--------------------------------------+--------+--------+--------+ | 73b952b2-08e5-4452-bba3-43d575a81354 | cirros | ACTIVE | | +--------------------------------------+--------+--------+--------+ # neutron agent-list +--------------------------------------+--------------------+-----------------------+-------+----------------+ | id | agent_type | host | alive | admin_state_up | +--------------------------------------+--------------------+-----------------------+-------+----------------+ | 01169f1f-3a44-4cb7-b22b-e534162f7228 | Open vSwitch agent | localhost.localdomain | :-) | True | | c1766990-5ce1-478f-9c33-94b5e5f033ad | L3 agent | localhost.localdomain | :-) | True | | cd5c9a44-4da5-4c28-b008-3d6e89d8b16f | DHCP agent | localhost.localdomain | :-) | True | +--------------------------------------+--------------------+-----------------------+-------+----------------+