RETIRED, Fuel CCP - base OpenStack image
Go to file
Yuriy Taraday 95163d77dd Use constraints when install virtualenv
Without this we get too fresh virtualenv while we have packages versions
conflicting with it in constraints.txt. Also disable downloading random
(fresh) versions of packages by virtualenv and remove --upgrade from
pip. setuptools package is not mentioned in constraints.txt because it
is expected to be installed at proper version by virtualenv, so we
shouldn't upgrade it to later versions.

Right now we end up installing latest virtualenv 15.1.0 with
setuptools 34.0.0 which depends on packaging>=16.8 while for Newton we
have packaging===16.7.0 in constraints.txt

Change-Id: I07ea9e2cf83dd0c1bf330556ad0aee7139dd1ef0
2017-01-23 12:20:19 -08:00
docker/openstack-base Use constraints when install virtualenv 2017-01-23 12:20:19 -08:00
service/files Add ability to use custom index server for pip 2016-12-06 14:15:13 +01:00
tools Fix to pass linters tests 2016-07-06 17:40:21 +02:00
.gitignore Initial openstack-base image. For now, sourse based. 2016-05-13 11:03:38 +00:00
.gitreview Fix to pass linters tests 2016-07-06 17:40:21 +02:00
LICENSE Add LICENSE file 2016-11-19 22:50:40 -08:00
tox.ini Add venv with posargs 2016-10-07 13:53:32 +02:00