Issue with Installation of Ceilometer for openstack Victoria. Error states: 504 gateway timeout
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
New
|
Undecided
|
Unassigned |
Bug Description
This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:
- [x] This doc is inaccurate in this way:
The installation of python-
Also, 'service gnocchi-api restart' doesn't work
Followed instructions on: https:/
- [x] This is a doc addition request:
I am following exact steps for Openstack Victoria installation as per the guide. I am getting '504 gateway timeout' error when I did 'ceilometer-
I am unsure the issue is with Ceilometer or Gnocchi. Request you to provide the updated steps or work around for this issue.
- [ ] I have a fix to the document that I can paste below including example: input and output.
If you have a troubleshooting or support issue, use the following resources:
- The mailing list: https:/
- IRC: 'openstack' channel on OFTC
-------
Release: 15.0.1.dev9 on 2018-05-15 14:59:48
SHA: e33a1f7dd6386bc
Source: https:/
URL: https:/
description: | updated |
The error of 'ceilometer- upgrade' step may be caused by the failed of 'service gnocchi-api start'.
I have encountered similar error, the gnocchi-api.service always failed after a few senconds of successful startup.
And the reason which was found by me is about the version of Python. The version of Python in os is "python3", and the gnocchi used "python". I had submitted a patch to Gnocchi in Github. /github. com/gnocchixyz/ gnocchi/ pull/1171
The patch is: https:/
Maybe you can follow this patch to try.