Issue:
'rate_limit' error when executing openstack network commands.
Failure was tracked to a failure to satisfy the lower-constraints.txt
of openstacksdk, keystoneauth1==3.13.0. We currently only provide
python2-keystoneauth1-3.10.0-1.el7.noarch.rpm.
Solution:
Investigation showed that there is currently no centos rpm
providing python2-keystoneauth1-3.13.0 or better. Solution
is to build python2-keystoneauth1-3.13.1 from openstack's git.
We can revert to a downloaded rpm when one becomes available.
Note:
I'm taking this opportunity to clean up stale patches
that pre-date python2-keystoneauth1-3.10.0. None of these
where in use.
Closes-Bug: 1819020
Change-Id: Ie2300f352dffc2fc87fbc84a9fc98d2a4e9484d4
Depends-On: I715ee3f05dacaa320083dd40c2b23f0f599b910e
Signed-off-by: Scott Little <scott.little@windriver.com>
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
TAR_NAME=keystoneauth1
|
|
SRC_DIR="$CGCS_BASE/git/python-keystoneauth"
|
|
TIS_BASE_SRCREV=bde07bc95b5b5d16b829f72be7aaa62fab9d716a
|
|
TIS_PATCH_VER=GITREVCOUNT+0
|
|
|