f91860d3de
Changed variables such that the upstream rpc-repo is no longer used as a source of truth for installing pip. While the repo is still present as a default pip index (and it should remain to be as long as RAX is maintaining the repo) it is now only used with the scope of the repo server. Change-Id: I524919dc9b7ea0f69ae00227969a6421bd64ec3b Implements: blueprint remove-upstream-repo-dependency |
||
---|---|---|
.. | ||
defaults | ||
files | ||
meta | ||
tasks | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
OpenStack pip
- tags
-
openstack, pip, cloud, ansible
- category
-
*nix
This role will install pip using the upstream pip.
- name: Install pip and lock it down
hosts: host_name
user: root
roles:
- { role: "pip_lock_down", tags: [ "pip-lock-down" ] }
vars:
pip_get_pip_url: https://bootstrap.pypa.io/get-pip.py