Test on latest magnum, now its not broken (#29)
This commit is contained in:
parent
b5c5c0d3a8
commit
2f50dbec79
@ -447,7 +447,10 @@ class Driver(driver.Driver):
|
|||||||
# Cluster API looks for specific named secrets for each of the CAs,
|
# Cluster API looks for specific named secrets for each of the CAs,
|
||||||
# and generates them if they don't exist, so we create them here
|
# and generates them if they don't exist, so we create them here
|
||||||
# with the correct certificates in
|
# with the correct certificates in
|
||||||
for (name, data,) in ca_certificates.get_certificate_string_data(
|
for (
|
||||||
|
name,
|
||||||
|
data,
|
||||||
|
) in ca_certificates.get_certificate_string_data(
|
||||||
context, cluster
|
context, cluster
|
||||||
).items():
|
).items():
|
||||||
self._k8s_client.apply_secret(
|
self._k8s_client.apply_secret(
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
pbr>=2.0 # Apache-2.0
|
pbr>=2.0 # Apache-2.0
|
||||||
oslo_log
|
oslo_log
|
||||||
oslo_utils
|
oslo_utils
|
||||||
magnum<17.0.0 # test against 2023.1 for now
|
magnum
|
||||||
|
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ setenv =
|
|||||||
OS_STDOUT_CAPTURE=1
|
OS_STDOUT_CAPTURE=1
|
||||||
OS_STDERR_CAPTURE=1
|
OS_STDERR_CAPTURE=1
|
||||||
OS_TEST_TIMEOUT=60
|
OS_TEST_TIMEOUT=60
|
||||||
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = stestr run {posargs}
|
commands = stestr run {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user