Merge pull request #39 from thedac/wait-on-ceilometer

Ceilometer is in a blocked state until action run
This commit is contained in:
Liam Young
2019-08-01 18:23:45 +01:00
committed by GitHub

View File

@@ -129,7 +129,12 @@ WORKLOAD_STATUS_EXCEPTIONS = {
'workload-status': 'unknown',
'workload-status-message': ''},
'postgresql': {
'workload-status-message': 'Live'}}
'workload-status-message': 'Live'},
'ceilometer': {
'workload-status': 'blocked',
'workload-status-message':
('Run the ceilometer-upgrade action on the leader to initialize '
'ceilometer and gnocchi')}}
# For vault TLS certificates
KEYSTONE_CACERT = "keystone_juju_ca_cert.crt"