Ceilometer not able to start on OpenStack(Folsom)

Asked by lalit

I tried to run celieometer collector on OpenStack(Folsom) it gives following error

Traceback (most recent call last):
  File "./bin/ceilometer-collector", line 30, in <module>
    prepare_service(sys.argv)
  File "/usr/lib/python2.7/site-packages/ceilometer-0.1-py2.7.egg/ceilometer/service.py", line 66, in prepare_service
    flags.parse_args(_sanitize_cmd_line(argv))
AttributeError: 'module' object has no attribute 'parse_args'

When I tried to check the nova.flags file it has really no parse_args method
Is there some version mismatch ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ceilometer Edit question
Assignee:
No assignee Edit question
Solved by:
lalit
Solved:
Last query:
Last reply:
Revision history for this message
Doug Hellmann (doug-hellmann) said :
#1

 Which version of Nova are you running and how did you install everything (from packages or from source)?

Revision history for this message
lalit (lkpatel123) said :
#2

Sorry, I ckecked the version of openstack. It is Essex. That why it is giving the problem