[victoria] 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/830 Closes-Bug: #2028683 Change-Id: I66fb9f7f2cbb86087554f352ebce1ea4f29c5e8a
This commit is contained in:
parent
8f24b63287
commit
ce88ce0f09
2
rebuild
2
rebuild
@ -2,4 +2,4 @@
|
||||
# when dependencies of the charm change,
|
||||
# but nothing in the charm needs to.
|
||||
# simply change the uuid to something new
|
||||
53a3cc06-1178-11ec-a0a4-d3f9c5859dca
|
||||
dacdf39c-3d21-11ee-9d14-9bcd8b9057b2
|
||||
|
@ -225,6 +225,12 @@
|
||||
"package": "pyaml",
|
||||
"vcs": null,
|
||||
"version": "21.10.1"
|
||||
},
|
||||
{
|
||||
"type": "python_module",
|
||||
"package": "Cython",
|
||||
"vcs": null,
|
||||
"version": "0.29.36"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user