495a7257a4
The dbapi.address_get_by_name function is returning a list now. Zuul log says "AttributeError: 'list' object has no attribute 'address'" Add some debug and a length assertion, but use the first address in the list. Test Plan: PASS Zuul's tox execution passes with new logs Closes-Bug: 2083724 Change-Id: I9cc6ffdd63de05465c54fcb5798bcad047ae5ac6 Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com> |
||
---|---|---|
.. | ||
k8sapp_oidc | ||
.gitignore | ||
.stestr.conf | ||
LICENSE | ||
pylint.rc | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
upper-constraints.txt |
k8sapp-oidc
This project contains StarlingX Kubernetes application specific python plugins for the oidc authorization application. These plugins are required to integrate the oidc authorization application into the StarlingX application framework and to support the various StarlingX deployments.