From cce9b08f04bb114576b9da54674d29c8b80f0d2a Mon Sep 17 00:00:00 2001 From: Nicolas Pochet Date: Wed, 4 Jul 2018 11:07:10 +0200 Subject: [PATCH] Replace keystone reference by neutron-api There was a typo in the file. It was mentioning keystone instead of neutron-api. Change-Id: I5fa15aa11ef7a1c7b0f4a9e76bf7cee2ff231e20 --- actions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/actions.yaml b/actions.yaml index 4d260896..c04d8e0f 100644 --- a/actions.yaml +++ b/actions.yaml @@ -2,12 +2,12 @@ openstack-upgrade: description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True. pause: description: | - Pause keystone services. - If the keystone deployment is clustered using the hacluster charm, the + Pause neutron-api services. + If the neutron-api 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 keystone services. - If the keystone deployment is clustered using the hacluster charm, the + Resume neutron-api services. + If the neutron-api deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must be resumed as well.