Bug 1018922
Summary: | Packstack configures nova/neutron for qpid username/password when none is required | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Steven Hardy <shardy> |
Component: | openstack-packstack | Assignee: | Ivan Chavero <ichavero> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | aortega, derekh, ichavero, srevivo, yeylon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-packstack-2013.2.1-0.22.dev956 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-30 23:10:25 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
Steven Hardy
2013-10-14 17:21:09 UTC
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 | +--------------------------------------+--------------------+-----------------------+-------+----------------+ |