Remove hard-coded pip indexes from repo-build playbook
With the repo build process pip indexes being optional, and the AIO process making use of the OpenStack-CI provided pip.conf file, the indexes no longer need to be set in the playbook. This patch removes them, allowing the pip indexes to be entirely controlled by the user. Change-Id: I22c6fc38164b47b9ffa10de6de73a57c3e071c60 Depends-On: I25e4faecbffad6301509c62f55c34ba86b92a658
This commit is contained in:
parent
458a67535a
commit
797dbb6de6
@ -38,8 +38,6 @@
|
||||
roles:
|
||||
- role: "repo_build"
|
||||
repo_build_release_tag: "{{ openstack_release }}"
|
||||
repo_build_pip_default_index: "https://rpc-repo.rackspace.com/pools"
|
||||
repo_build_pip_extra_index: "https://pypi.python.org/simple"
|
||||
tags:
|
||||
- "repo-build"
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user