Comment 4 for bug 2026828

Revision history for this message
TadiosAbebe (tadiosabebe) wrote :

Thank you very much.

Gnocchi's inability to build was fixed by adding setuptools==67.8.0 to /opt/openstack-ansible/global-requirement-pins.txt. However, I should point out that when I commented out
#gnocchi_git_install_branch: 6f35ea5413a9f78551d8193b8d2a6d77c49b6372 inside the user_variables.yml file,
making Gnocchi to be built from a different commit, the wheel failed to build once more. Therefore, I need to apply both of the aforementioned patches for it to work for me.

- adding "gnocchi_git_install_branch: 6f35ea5413a9f78551d8193b8d2a6d77c49b6372" to /etc/openstack_deploy/user_variables.yml
- adding "setuptools==67.8.0" to /opt/openstack-ansible/global-requirement-pins.txt

In addition, I have a couple of questions moving forward, Keeping in mind that I only recently began using openstack and deploying for production,
1. How can I, in the future, remain on top of issues of this nature? cause i spent about 2 weeks dealing with this before coming here
2. What is the suggested place to ask questions and suggestions on openstack-ansible and openstack in general without annoying anyone

Again, Thank you very much for you time.