Update the lower constraints so they match the expected values.
Change-Id: Ifd267ba48087ec028e08a23b48b23a8314a241fa
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Barbican keystone listener needs to have its db initialized.
Also adding barbican-keystone-listener to run in devstack.
Functional tests will be added in a subsequent commit.
Change-Id: Ie80a2e67a4ed4e62326b716b4925b7d4aa39eb77
Closed-Bug: 1750333
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.
[1]https://review.openstack.org/#/c/508522/
Change-Id: I98ce420a4cb886fc90c645236ddb388fa6865ff6
oslo.context can already parse the environment which should have been
filled by the wsgi engine. So lets use that instead.
Change-Id: Ie4b6e377f1b43c985ec47a47571e026e5285f92e
TEMPEST_SERVICES global variable is not supported
by devstack since long back.
- I380dd20e5ed716a0bdf92aa02c3730359b8136e4
- I9c24705e494689f09a885eb0a640efd50db33fcf
Service availability of tempest known services will be
set by devstack with local check.
- I02be777bf93143d946ccbb8e9eff637bfd1928d4
This commit removes the TEMPEST_SERVICES setting.
Change-Id: I381dbd1c2887189333463eb75363937c7509613c
Related-Bug: #1743688
Some Dogtag gate failures appear to be from memory issues
that show up in NSS. The Dogtag plugin should be made more
robust by adding a retry mechanism. Failures from Dogtag should
also be better reported.
Change-Id: I148b1c8e265b327d60d76f88c036b032af014930
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.
Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.
Add openstack-tox-lower-constraints job to the zuul configuration.
See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.
Change-Id: Ib098a5cd8e4d119bea61d9b6c28d8274902fe4fd
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
We (openstack-infra) are in the process of removing fedora-26 from our
testing infrastructure. Update testing to use fedora-27 nodes.
Change-Id: I0a293849140bd2929dbcdb31fa08573802e5c61c
Depends-On: https://review.openstack.org/547107/
Depends-On: I148b1c8e265b327d60d76f88c036b032af014930
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
According to [1], we can passing a "-t" argument to
oslo_debug_helper to indicate the directory where tests
are located. This will solves ImportError exception.
[1] https://docs.openstack.org/developer/oslotest/features.html
Change-Id: I843af321242161d4febf8bbf4e22bd2aa0addeda
Remove service restart command for openstack-barbican-api.
Add service restart command for barbican-keystone-listener
, barbican-worker and apache2.
Change-Id: I7cd12f6dc8102f1cdde135abc44013f521cc41c6
Close-bug: #1750965
Currenlty, some gates is being failed with logs like this
"""
b'Response: {"description": "Provided object does not match schema
\'Secret\': \'expiration\' is before current time.
Invalid property: \'expiration\'", "title": "Bad Request", "code": 400}'
"""
So it is necessary to update the time to create secrets successfully.
Change-Id: I59707cdf21f6843dbd7db30978e21cff72756e67