Upgrade python-keystoneauth1 to 3.13.0
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. Closes-Bug: 1819020 Change-Id: I715ee3f05dacaa320083dd40c2b23f0f599b910e Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
parent
9139080b0c
commit
03eb066b2c
@ -88,4 +88,7 @@
|
|||||||
|
|
||||||
<!-- Calico -->
|
<!-- Calico -->
|
||||||
<project remote="calico" revision="refs/tags/v3.1.1" name="calico.git" path="cgcs-root/stx/git/calico"/>
|
<project remote="calico" revision="refs/tags/v3.1.1" name="calico.git" path="cgcs-root/stx/git/calico"/>
|
||||||
|
|
||||||
|
<!-- Keystoneauth -->
|
||||||
|
<project remote="openstack" revision="refs/tags/3.13.1" name="keystoneauth.git" path="cgcs-root/stx/git/python-keystoneauth"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user