charm-ceilometer/actions.yaml
Jadon Naas 2f55acb06a Fix typo in actions.yaml
There was a typo in actions.yaml for the resume action that was breaking
builds. This change fixes that typo. The charm will build.

Closes-Bug: 2030677
Change-Id: Iffc178326f880682ad3e1baf992bae86ba365f0a
2023-08-08 11:18:20 -04:00

13 lines
680 B
YAML

pause:
description: Pause the Ceilometer unit. This action will stop Ceilometer services.
resume:
description: Resume the Ceilometer unit. This action will start Ceilometer services.
ceilometer-upgrade:
description: |
Perform ceilometer-upgrade. This action will update Ceilometer data store configuration.
*Note* Existing mongodb data is not migrated to gnocchi. This action must be run post
deployment when ceilometer is related to gnocchi. If there are multiple clustered
ceilometer units, the action should only be run on one unit.
openstack-upgrade:
description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True.