~openstack-charmers-next/charms/precise/nova-compute/trunk

« back to all changes in this revision

Viewing changes to actions.yaml

  • Committer: Gerrit Code Review
  • Author(s): Jenkins
  • Date: 2016-04-06 06:43:55 UTC
  • mfrom: (211.1.1 trunk)
  • Revision ID: review@openstack.org-20160406064355-hhfnwzmint2jmju2
Merge "Enhanced pause/resume for maintenance mode"

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    description: Reinstall nova-compute from the openstack-origin-git repositories.
3
3
openstack-upgrade:
4
4
  description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True.
 
5
pause:
 
6
  description: Pause the nova_compute unit.  This action will stop nova_compute services.
 
7
resume:
 
8
  descrpition: Resume the nova_compute unit.  This action will start nova_compute services.