Skip to content

Commit

Permalink
[yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete …
Browse files Browse the repository at this point in the history
…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] juju/charm-helpers#827
Closes-Bug: #2028683

Change-Id: I0bc0db7d6ddd0bb4ad1174c7589d4581ca37ee2c
  • Loading branch information
ajkavanagh committed Aug 17, 2023
1 parent 527a916 commit dbfcc4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
53d1cce6-1178-11ec-9722-97d8d41c4f76
acd26946-3b6e-11ee-aa67-73c682c2795e
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
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

[testenv:func-target]
Expand Down

0 comments on commit dbfcc4e

Please sign in to comment.