From 797dbb6de678811f48df311cff834f7eb9184a56 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 31 Mar 2016 00:01:39 +0100 Subject: [PATCH] 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 --- playbooks/repo-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/repo-build.yml b/playbooks/repo-build.yml index 38f9f9b167..c21959ac19 100644 --- a/playbooks/repo-build.yml +++ b/playbooks/repo-build.yml @@ -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: