914e639b52
Implemented pause/resume with some services checking. Charm-helpers sync to bring in pause/resume support. Change-Id: I8bcd7464a606f6fc9db374be6004d851935e749a
9 lines
416 B
YAML
9 lines
416 B
YAML
git-reinstall:
|
|
description: Reinstall nova-compute 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_compute unit. This action will stop nova_compute services.
|
|
resume:
|
|
descrpition: Resume the nova_compute unit. This action will start nova_compute services.
|