3a5b5872c5
The package-upgrade action performs package upgrades for the current OpenStack release. The code path used is similar to the openstack-upgrade action, with the difference being that package-upgrade will not execute if an openstack upgrade is available (based on the openstack-origin setting). This change includes a charm-helpers sync. Change-Id: I0c7184bba29731354e52dc28e3a4dd6f282fa843
10 lines
401 B
YAML
10 lines
401 B
YAML
pause:
|
|
description: Pause the swift-storage unit. This action will stop Swift services.
|
|
resume:
|
|
description: Resume the swift-storage unit. This action will start Swift services.
|
|
openstack-upgrade:
|
|
description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True.
|
|
package-upgrade:
|
|
description: |
|
|
Perform package upgrades for the current OpenStack release.
|