Hi,
 
OpenStack-Ansible has fully migrated from usage of repo_build [1] and pip_install [2] roles to python_install_venv [3] in Stein. Since then these 2 roles are not used anymore by OSA, and it's probably time we deprecated them not to release them for Ussuri.
 
Corresponding patches to retire projects are: [4] for repo_build and [5] for pip_install. If someone needs these roles, they can be either used with `git checkout HEAD^1` or with reverting mentioned patches.
 
 
[1] https://opendev.org/openstack/openstack-ansible-repo_build
[2] https://opendev.org/openstack/openstack-ansible-pip_install
[3] https://opendev.org/openstack/ansible-role-python_venv_build 
[4] https://review.opendev.org/716389
[5] https://review.opendev.org/717717
-- 
Kind regards,
Dmitriy Rabotyagov