From 34a2dd2a4bba2dd205bc8e6ccd6d018dd2bfa022 Mon Sep 17 00:00:00 2001 From: Alberto Donato Date: Fri, 28 Aug 2015 09:58:27 +0300 Subject: [PATCH] Expand description. --- actions.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/actions.yaml b/actions.yaml index 35b18b70..38cf41f4 100644 --- a/actions.yaml +++ b/actions.yaml @@ -3,6 +3,13 @@ git-reinstall: openstack-upgrade: description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True. pause: - description: Pause glance service. + description: | + Pause glance services. + If the glance 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 glance service. + description: | + Resume glance services. + If the glance deployment is clustered using the hacluster charm, the + corresponding hacluster unit on the node must be resumed as well.