introduce pip_install_gr
This creates a new pip_install_gr that installs from global
requirements allowed versions. Now that stable branches are getting
capped all of devstack needs to be fixed to do things like this.
Change-Id: I8fd0ef2bfc544ca2576fab09d3018f760b8848fe
diff --git a/stack.sh b/stack.sh
index adcaa21..69b76a9 100755
--- a/stack.sh
+++ b/stack.sh
@@ -847,7 +847,7 @@
git_clone_by_name "python-openstackclient"
setup_dev_lib "python-openstackclient"
else
- pip_install 'python-openstackclient>=1.0.2'
+ pip_install_gr python-openstackclient
fi
if [[ $TRACK_DEPENDS = True ]]; then