Improve messaging for required relations

At present the `certificates` relation will report as missing
until Vault is equipped with a root CA to issue certificates.

Change-Id: Icba0ebd486c6a87f463c91ca22f027dd7d446027
This commit is contained in:
Frode Nordahl 2020-06-25 08:24:35 +02:00
parent fe10c5c274
commit 0bd8b20d81
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
2 changed files with 5 additions and 5 deletions

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
e60d54a2-17c2-4aea-9662-80bbdcb3f1bb
699d530f-6db0-4763-be02-113da31b4439

View File

@ -10,11 +10,11 @@ dev_bundles:
- focal
target_deploy_status:
ovn-central:
workload-status: blocked
workload-status-message: "'certificates' missing"
workload-status: waiting
workload-status-message: "'ovsdb-peer' incomplete, 'certificates' awaiting server certificate data"
ovn-dedicated-chassis:
workload-status: blocked
workload-status-message: "'certificates' missing"
workload-status: waiting
workload-status-message: "'certificates' awaiting server certificate data"
vault:
workload-status: blocked
workload-status-message: Vault needs to be initialized