Comment 11 for bug 1819020

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-tools (master)

Reviewed: https://review.openstack.org/642037
Committed: https://git.openstack.org/cgit/openstack/stx-tools/commit/?id=67e57499198a700a36a5464e17b7fab30d67685b
Submitter: Zuul
Branch: master

commit 67e57499198a700a36a5464e17b7fab30d67685b
Author: Scott Little <email address hidden>
Date: Thu Mar 7 12:50:35 2019 -0500

    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: I30332820a8f4ae877b0719148022bade1943eadb
    Depends-On: Ie2300f352dffc2fc87fbc84a9fc98d2a4e9484d4
    Signed-off-by: Scott Little <email address hidden>