Merge pull request #39 from thedac/wait-on-ceilometer
Ceilometer is in a blocked state until action run
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user