devstack/inc
Clark Boylan 065779517f Properly get pip version
The old code was strip()ing the version string instead of split()ing the
version string so we always got the first character of the version
string. This worked fine as long as the pip version was single digit but
as soon as it rolls over to '10.stuff' we will compare:

  pip version 1 (instead of 10) > 6

Which fails bceause 1 is less than six. Instaed we really do want to
compare 10 > 6 so use split on '.' instead.

Change-Id: Ic7d0c04d7fa77774ab2d70fb9d11f182becec553
2017-10-20 12:16:32 -07:00
..
ini-config add local.conf modifying functions 2016-07-01 12:50:18 +00:00
meta-config Warn instead of die on undefined config names 2016-12-12 09:55:32 -05:00
python Properly get pip version 2017-10-20 12:16:32 -07:00
rootwrap Fix path setup in add_sudo_secure_path 2015-12-01 13:43:01 +11:00