Bug 1070460
| Summary: | IPTABLES rules not created during packstack install for distributed environment | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Brett Thurber <bthurber> |
| Component: | openstack-packstack | Assignee: | Ivan Chavero <ichavero> |
| Status: | CLOSED ERRATA | QA Contact: | Attila Darazs <adarazs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.0 | CC: | acathrow, aortega, ddomingo, derekh, ichavero, mmagr, oblaut, rismith, sclewis, yeylon |
| Target Milestone: | z4 | Keywords: | ZStream |
| Target Release: | 4.0 | Flags: | ddomingo:
needinfo-
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-2013.2.1-0.29.dev1009.el6ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-29 19:58:21 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: | |||
| Bug Depends On: | 999695 | ||
| Bug Blocks: | |||
|
Description
Brett Thurber
2014-02-26 22:10:02 UTC
I have experienced this problem at a recent customer site, but it extends to the cinder service and glance services as well whenever cinder or glance are resident on a separate physical host from the controller. Release: Havana-GA How Reproducible: Always Steps to reproduce: 1) Configure a multi-node environment: 1 controller, 2 Nova, 1 Cinder, 1 Neutron 2) Run packstack --answer-file <file> to deploy on these separate servers 3) Use Horizon to login as admin user, attempt to view Volumes and connection times out. Attempt to view Images, likewise. The root cause turns out to be a missing IPTABLES rule on the Cinder host that would allow connection from the controller host, and for Neutron, a missing IPTABLES rule to allow access to the neutron endpoint from the controller. I have also bumped into this same issue whenever I place Glance services on a server by themselves, remote to the controller where Horizon resides. Expected results: Access in Horizon GUI to the Images view or the Volumes view should appear even if empty, rather than the error "Something Went Wrong". IPTABLES rules on Glance, Cinder, Neutron hosts should be populated with ACCEPT rules from the controller. Additional Info: N/A The patch for https://bugzilla.redhat.com/show_bug.cgi?id=999695 is on review, hopefully we'll have merged it today. patch to bug 999695 have been merged and packaged into openstack-packstack-2013.2.1-0.35.dev1009.el6 Setting verified as it was bumped back only because of a dependent bug not being fixed previously. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0577.html |