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:
Jesse Pretorius 2016-03-31 00:01:39 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 458a67535a
commit 797dbb6de6

View File

@ -38,8 +38,6 @@
roles: roles:
- role: "repo_build" - role: "repo_build"
repo_build_release_tag: "{{ openstack_release }}" 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: tags:
- "repo-build" - "repo-build"
vars: vars: