bb9ef8b039
Adds pause and resume unit to the charm such that the charm stays paused during maintenance operations. Change-Id: Ia422aa4077fbdd8cdb0353306c14f5633e2affb8 Partial-Bug: 1558642
9 lines
435 B
YAML
9 lines
435 B
YAML
git-reinstall:
|
|
description: Reinstall nova-cloud-controller 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 the nova-cloud-controller unit. This action will stop related services.
|
|
resume:
|
|
descrpition: Resume the nova-cloud-controller unit. This action will start related services.
|