RETIRED, Role pip_install for OpenStack-Ansible
Go to file
Logan V 2f586ab435 Fix bug finding pip install method
An fatal error results due to the install script search '.find' not existing
on the dict result of the install script check task. Instead the .find should
be searching the stdout key of the install script check task results dict.

Ie. .find() is a string search, not a dict search.

The following fatal error results when using .find() on the dict:

The conditional check 'pip_install_script.find('get-pip.py') != -1' failed.
The error was: error while evaluating conditional (pip_install_script.find('get-pip.py') != -1): 'dict object' has no attribute 'find'

Change-Id: I4b929d58057b3d249007fe7c563439ab65faf4ce
2018-12-02 13:59:11 -06:00
defaults Allow the role to only configure pip, not install it 2018-08-01 15:48:03 +01:00
doc Updated from global requirements 2018-03-15 07:40:03 +00:00
examples Trivial: Fix the pep8 warning 2018-06-20 16:23:51 +08:00
files/gpg Remove selfcheck.json 2017-11-24 16:48:02 +00:00
handlers Fix same-host offline install race 2016-10-20 11:21:50 -05:00
meta SUSE: Add support for openSUSE Leap 15 2018-06-05 09:04:04 +01:00
releasenotes Update reno for stable/rocky 2018-08-10 16:49:07 +00:00
tasks Fix bug finding pip install method 2018-12-02 13:59:11 -06:00
templates Merge "Ensure that pip.conf templates variables properly" 2018-04-23 10:44:47 +00:00
tests Disable the pip version check 2018-04-20 14:31:55 +01:00
vars remove yum priority 2018-06-21 09:14:28 -04:00
zuul.d switch documentation job to new PTI 2018-08-21 13:22:08 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:55:47 +00:00
.gitreview New git dotfiles for independant repository 2015-11-25 17:22:01 +00:00
CONTRIBUTING.rst Replace Chinese punctuation with English punctuation 2018-09-12 12:54:15 +00:00
LICENSE IRR for pip_install 2015-11-03 02:34:10 -06:00
README.rst Add the project source code repository in README 2018-07-28 14:22:15 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:22:41 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:52 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-09-29 04:56:41 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:46:27 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:17 +00:00
tox.ini fix tox python3 overrides 2018-09-26 18:44:47 -04:00

README.rst

Team and repository tags

image

OpenStack-Ansible pip install

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-pip_install/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-pip_install/

The project source code repository is located at:

https://git.openstack.org/cgit/openstack/openstack-ansible-pip_install/

The project home is at:

https://launchpad.net/openstack-ansible