[wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix any inadvertant accesses of ['ca'] in the relation data before it is available from vault in the certificates relation. Fix in charmhelpers is in [1]. [1] https://github.com/juju/charm-helpers/pull/829 Closes-Bug: #2028683 Change-Id: I7b5d3fd4ce975b94642c854a895cd25b9ddf0c53
This commit is contained in:
parent
29a892693e
commit
44508fa9f6
4
bindep.txt
Normal file
4
bindep.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
libffi-dev [platform:dpkg]
|
||||||
|
libpq-dev [platform:dpkg]
|
||||||
|
libxml2-dev [platform:dpkg]
|
||||||
|
libxslt1-dev [platform:dpkg]
|
2
rebuild
2
rebuild
@ -2,4 +2,4 @@
|
|||||||
# when dependencies of the charm change,
|
# when dependencies of the charm change,
|
||||||
# but nothing in the charm needs to.
|
# but nothing in the charm needs to.
|
||||||
# simply change the uuid to something new
|
# simply change the uuid to something new
|
||||||
53a3cc06-1178-11ec-a0a4-d3f9c5859dca
|
d62e7262-3cfe-11ee-ab87-ffffa17f8c4c
|
||||||
|
@ -225,6 +225,12 @@
|
|||||||
"package": "pyaml",
|
"package": "pyaml",
|
||||||
"vcs": null,
|
"vcs": null,
|
||||||
"version": "21.10.1"
|
"version": "21.10.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "python_module",
|
||||||
|
"package": "Cython",
|
||||||
|
"vcs": null,
|
||||||
|
"version": "0.29.36"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
3
tox.ini
3
tox.ini
@ -92,7 +92,8 @@ commands = stestr run --slowest {posargs}
|
|||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = flake8==3.9.2
|
deps = flake8==3.9.2
|
||||||
charm-tools==2.8.3
|
PyYAML==6.0.1
|
||||||
|
charm-tools==2.8.6
|
||||||
commands = flake8 {posargs} src unit_tests
|
commands = flake8 {posargs} src unit_tests
|
||||||
|
|
||||||
[testenv:func-target]
|
[testenv:func-target]
|
||||||
|
Loading…
Reference in New Issue
Block a user