Cleanup after repo_build and pip_install retirement

Change-Id: I12dfb95eadba335e8b9086ec7c158991a99be959
This commit is contained in:
Dmitriy Rabotyagov 2020-05-12 21:58:21 +03:00
parent 65db2a0464
commit 5f36cec6e4
2 changed files with 0 additions and 10 deletions

View File

@ -276,12 +276,6 @@ heat_wsgi_threads: 1
heat_api_uwsgi_bind_address: "{{ openstack_service_bind_address | default('0.0.0.0') }}"
heat_api_cfn_uwsgi_bind_address: "{{ openstack_service_bind_address | default('0.0.0.0') }}"
# This variable is used by the repo_build process to determine
# which host group to check for members of before building the
# pip packages required by this role. The value is picked up
# by the py_pkgs lookup.
heat_role_project_group: heat_all
## Tunable overrides
heat_heat_conf_overrides: {}
heat_api_paste_ini_overrides: {}

View File

@ -3,10 +3,6 @@
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: pip_install
src: https://opendev.org/openstack/openstack-ansible-pip_install
scm: git
version: master
- name: memcached_server
src: https://opendev.org/openstack/openstack-ansible-memcached_server
scm: git