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:
Scott Little 2019-03-07 12:38:45 -05:00
parent 9139080b0c
commit 03eb066b2c
1 changed files with 3 additions and 0 deletions

View File

@ -88,4 +88,7 @@
<!-- 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>