charm-layer-openstack/actions.yaml
Liam Young 701cf8d2c4 Add action to restart services
Adds an action to charms to trigger a service restart.

Depends-On: Ic3521c08cdaa207e1391a32e03e53b276c51b309
Change-Id: I1d509d0bc2c3fb77348edef6810fcdc30cdc9ab8
2018-11-30 15:36:26 +00:00

16 lines
525 B
YAML

pause:
description: |
Pause services.
If the deployment is clustered using the hacluster charm, the
corresponding hacluster unit on the node must first be paused as well.
Not doing so may lead to an interruption of service.
resume:
description: |
Resume services.
If the deployment is clustered using the hacluster charm, the
corresponding hacluster unit on the node must be resumed as well.
restart-services:
description: |
Restart services.
Restart the services the charm manages.