Hide Forgot
Pull request upstream, not merged yet: https://github.com/redhat-openstack/astapor/pull/83
Cause: Missing firewall rule for ceilometer-api. Consequence: Ceilometer-api is only accessible locally on a controller, not from other machines. Workaround (if any): Open port 8777 in firewall on controller node(s). Result: Ceilometer-api will become accessible from other machines.
merged upstream
qa_ack provided - OtherQA bug.
Verfied that the controller node opens up port 8777 on a neutron controller node (same code applies to nova-network controller node). Steps include assigning a host to the Controller (Neutron) Host Group in the Foreman UI, then running "puppet agent -t" from the host, then: iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination nova-api-INPUT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere multiport dports http,https,iscsi-target,mysql,commplex-main,35357,amqp,8773,8774,8775,8776,8777,armtechdaemon,6080 /* 001 controller incoming */ ...
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