4 Commits

Author SHA1 Message Date
Chen, Yan
aa53432df7 [PATCH 01/16] stx-upstream: upgrade keystoneauth1 to Train.
Current Version: 3.17.1

Story: 2007502
Task: 39250

Depends-on: https://review.opendev.org/#/c/716818
Change-Id: I5662d17b1c030790b86ed9c4a8a947fcf50c6617
Signed-off-by: Chen, Yan <yan.chen@intel.com>
2020-04-02 06:08:59 +00:00
Scott Little
870b56de70 Fix python-keystoneauth1 build error
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>
2019-03-12 11:28:26 -04:00
Scott Little
eb6883ff55 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.

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>
2019-03-08 09:57:44 -05:00
Dean Troyer
9d3ca49387 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:37:19 -07:00