[ussuri] 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/831
Closes-Bug: #2028683

Change-Id: I650b08874523be8b05abffedb7a630b98068d08e
This commit is contained in:
Alex Kavanagh 2023-08-18 12:14:31 +01:00 committed by Felipe Reyes
parent 592b013d9b
commit bff8630355
7 changed files with 14 additions and 3 deletions

1
bindep.txt Normal file
View File

@ -0,0 +1 @@
libpq-dev [platform:dpkg]

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
29db81ad-4d4a-471d-9927-f0a94aa19bd8
3b735b58-3d39-11ee-9fba-f7d336cb265e

View File

@ -261,6 +261,12 @@
"package": "urllib3",
"vcs": null,
"version": "1.26.7"
},
{
"type": "python_module",
"package": "Cython",
"vcs": null,
"version": "0.29.36"
}
]
}

View File

@ -78,6 +78,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '6'
channel: ussuri/edge
swift-storage:
charm: ch:swift-storage
num_units: 1
@ -95,7 +96,7 @@ applications:
series: *series
to:
- '8'
channel: 1.7/edge
channel: 1.6/edge
relations:
- - keystone:shared-db
- percona-cluster:shared-db

View File

@ -78,6 +78,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '6'
channel: ussuri/edge
swift-storage:
charm: ch:swift-storage
num_units: 1

View File

@ -97,6 +97,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '7'
channel: ussuri/edge
swift-storage:
charm: ch:swift-storage
num_units: 1

View File

@ -97,7 +97,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]