Remove allow-all-external from pip install commands

As per the resulting log when using the option, --allow-all-external
has been deprecated and will be removed in the future. Due to
changes in the repository protocol, it no longer has any effect.

Change-Id: Icd608c573273a00e350e74e7b1d893023d272295
This commit is contained in:
Jesse Pretorius 2016-03-04 09:37:09 +00:00
parent c7f141dbab
commit 9e2c49f9f2

View File

@ -271,7 +271,6 @@ openrc_os_domain_name: "Default"
tempest_pip_instructions: >
--isolated
--pre
--allow-all-external
--index-url {{ repo_pip_default_index }}
--extra-index-url https://pypi.python.org/simple
--trusted-host pypi.python.org