| Summary: | ceilometer-api iptables rule constrains the source address to the host on which the service is running | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eoghan Glynn <eglynn> | |
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> | |
| Status: | CLOSED ERRATA | QA Contact: | Lon Hohberger <lhh> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.0 | CC: | acathrow, aortega, breeler, derekh, hateya, ichavero, mmagr, sclewis, yeylon | |
| Target Milestone: | rc | Keywords: | OtherQA, Triaged | |
| Target Release: | 4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-packstack-2013.2.1-0.17.dev930.el6ost | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1040610 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-20 00:44:08 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1040610 | |||
|
Description
Eoghan Glynn
2013-12-11 11:23:48 UTC
A suggested fix is:
s/config['FIREWALL_ALLOWED'] = "'%s'" % hosts/
config['FIREWALL_ALLOWED'] = "anywhere"/
... in https://github.com/stackforge/packstack/blob/master/packstack/plugins/ceilometer_800.py#L98
However I'll defer to the domain experts as to whether this makes sense as the best may to create an "anywhere"-source iptables rule in packstack.
Yup, IMHO we should have all API services publicly accessible. [root@localhost ~]# iptables -L | grep 8777 ACCEPT tcp -- anywhere anywhere multiport dports 8777 /* 001 ceilometer-api incoming ALL */ [root@localhost ~]# rpm -q openstack-packstack openstack-packstack-2013.2.1-0.18.dev934.el6ost.noarch 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/RHEA-2013-1859.html |