python-keystoneauth1 has a BuildRequires on python2-betamax.
The centos76 merged a change that upreved us from
python-betamax-0.7.0-1.el7.noarch.rpm to
python-betamax-0.7.1-1.el7.noarch.rpm.
python-betamax-0.7.0-1.el7.noarch.rpm used to provide:
python-betamax = 0.7.0-1.el7
python2-betamax = 0.7.0-1.el7
python-betamax-0.7.1-1.el7.noarch.rpm only provides:
python-betamax = 0.7.1-1.el7
Solution:
Modify the python-keystoneauth1 spec file to BuildRequires
python-betamax rather than python2-betamax.
Closes-Bug: 1819717
Change-Id: I71fc9405db6f62bb91cbda79d07eb125b1744cc1
Signed-off-by: Scott Little <scott.little@windriver.com>
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>