Bug 1170385
| Summary: | Packstack fails starting nova-compute on CentOS 7 with --install-hosts | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Dave Neary <dneary> |
| Component: | openstack-packstack | Assignee: | Gaƫl Chamoulaud <gchamoul> |
| Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Juno | CC: | aortega, derekh, gchamoul, rjones, yeylon |
| Target Milestone: | --- | ||
| Target Release: | Juno | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-04 19:06:29 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
Dave Neary
2014-12-03 23:33:15 UTC
This is looking like NOTABUG - I was running the "hosts" on OpenStack instances, with security group rules which did not allow AMQP ingress for the control host.
The problem is that this is totally outside the guests, so I spent a ton of time figuring this out.
I initially added the following line to amqpp.pp in the rabbitmq class:
config_variables => {"loopback_users" => "[]",},
but have now backed it out, and things continued to work. Looks like the main issue was the security groups.
Actually I believe this *is* a bug. I filed bug 1175428. |