From 500a8bd029be78558b84fa3a7d1552e82e8970eb Mon Sep 17 00:00:00 2001 From: Jadon Naas Date: Tue, 8 Aug 2023 20:37:46 -0400 Subject: [PATCH] Fix typo in actions.yaml There was a typo in actions.yaml for the resume action that was breaking builds. This change fixes that typo. The charm will build. Closes-Bug: 2030677 Change-Id: I8c63674a9d0af597da139abf67ba929d39614311 --- actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.yaml b/actions.yaml index 42af2953..acbb1660 100644 --- a/actions.yaml +++ b/actions.yaml @@ -21,7 +21,7 @@ openstack-upgrade: pause: description: Pause the neutron-gateway unit. resume: - descrpition: Resume the neutron-gateway unit. + description: Resume the neutron-gateway unit. security-checklist: description: Validate the running configuration against the OpenStack security guides checklist restart-services: