Add pause/resume actions and sync charm-helpers
Adds pause and resume unit to the charm such that the charm stays paused during maintenance operations. Partial-Bug: 1558642 Change-Id: Id5c44143f30305a3c412648cebb4c30caaa3e789
This commit is contained in:
11
actions.yaml
11
actions.yaml
@@ -2,3 +2,14 @@ git-reinstall:
|
||||
description: Reinstall neutron-api from the openstack-origin-git repositories.
|
||||
openstack-upgrade:
|
||||
description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True.
|
||||
pause:
|
||||
description: |
|
||||
Pause keystone services.
|
||||
If the keystone 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 keystone services.
|
||||
If the keystone deployment is clustered using the hacluster charm, the
|
||||
corresponding hacluster unit on the node must be resumed as well.
|
||||
|
||||
Reference in New Issue
Block a user