Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 1128270 [details] patched floatingip.py
Hello guys, I tried cloning the BZ 1293683 but it appears I've messed it a bit and now I can't edit the initial post. Here is a patched floatingip.py file from the customer and he's asking for a hotfix if possible. This seems to be working on his side and solves the following issue: We've found an issue - 2016-02-08 21:25:14.049 5120 WARNING ceilometer.agent [-] Continue after error from ip.floating: 'NoneType' object has no attribute 'lower' 2016-02-08 21:25:14.049 5120 TRACE ceilometer.agent Traceback (most recent call last): 2016-02-08 21:25:14.049 5120 TRACE ceilometer.agent File "/usr/lib/python2.7/site-packages/ceilometer/agent.py", line 123, in poll_and_publish 2016-02-08 21:25:14.049 5120 TRACE ceilometer.agent agent_resources) 2016-02-08 21:25:14.049 5120 TRACE ceilometer.agent File "/usr/lib/python2.7/site-packages/ceilometer/network/floatingip.py", line 68, in get_samples 2016-02-08 21:25:14.049 5120 TRACE ceilometer.agent status = self.STATUS.get(fip['status'].lower()) 2016-02-08 21:25:14.049 5120 TRACE ceilometer.agent AttributeError: 'NoneType' object has no attribute 'lower' 2016-02-08 21:25:14.049 5120 TRACE ceilometer.agent Thank you very much, David Hill
customer has not seen this re-occur since Feb 17, will re-open if needed